Searched refs:mRamStorage (Results 1 – 1 of 1) sorted by relevance
156 private final SparseArray<byte[]> mRamStorage; field in PinStorage208 mRamStorage = null; in PinStorage()212 mRamStorage = new SparseArray<>(); in PinStorage()656 if (mRamStorage != null && mRamStorage.get(slotId) != null) { in loadPinInformation()657 result = decryptStoredPin(mRamStorage.get(slotId), mLongTermSecretKey); in loadPinInformation()831 mRamStorage.put(slotId, encryptedPin); in savePinInformationToRam()849 if (mRamStorage != null) { in cleanRamStorage()850 byte[] data = mRamStorage.get(slotId); in cleanRamStorage()854 mRamStorage.delete(slotId); in cleanRamStorage()