Searched refs:readChildProfileLock (Results 1 – 4 of 4) sorted by relevance
130 byte[] storedData = mStorage.readChildProfileLock(userId); in getDecryptedPasswordForTiedProfile()
266 assertArrayEquals(PASSWORD_0, mStorage.readChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()269 assertArrayEquals(PASSWORD_0, mStorage.readChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
332 public byte[] readChildProfileLock(int userId) { in readChildProfileLock() method in LockSettingsStorage
1112 byte[] storedData = mStorage.readChildProfileLock(userId); in getDecryptedPasswordForTiedProfile()