Refactor PinStorage#storePin to avoid dead lock when unlock PIN.

There'll be dead lock if we try to get iccid (acquire UiccController)
after PinStorage lock acquired since another process will try to get
locks in reverse order.

Bug: 200588835
Test: FrameworksTelephonyTests:PinStorageTest
Change-Id: Ia6d8fe10d6814991ac034ce19d037228700c83d9
1 file changed