Home
last modified time | relevance | path

Searched refs:writeChildProfileLock (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsServiceTestable.java147 mStorage.writeChildProfileLock(userId, password); in tieProfileLockToParent()
DLockSettingsStorageTests.java266 mStorage.writeChildProfileLock(20, PASSWORD_0); in testProfileLock_ReadWriteChildProfileLock()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java330 public void writeChildProfileLock(int userId, byte[] lock) { in writeChildProfileLock() method in LockSettingsStorage
DLockSettingsService.java1592 mStorage.writeChildProfileLock(userId, outputStream.toByteArray()); in tieProfileLockToParent()