Searched refs:readChildProfileLock (Results 1 – 4 of 4) sorted by relevance
179 byte[] storedData = mStorage.readChildProfileLock(userId); in getDecryptedPasswordForTiedProfile()
298 assertArrayEquals(PASSWORD, mStorage.readChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()301 assertArrayEquals(PASSWORD, mStorage.readChildProfileLock(20)); in testProfileLock_ReadWriteChildProfileLock()
240 public byte[] readChildProfileLock(int userId) { in readChildProfileLock() method in LockSettingsStorage
1335 byte[] storedData = mStorage.readChildProfileLock(userId); in getDecryptedPasswordForTiedProfile()