Home
last modified time | relevance | path

Searched refs:getChildProfileLockFile (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTestable.java72 File getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorageTestable
73 return remapToStorageDir(super.getChildProfileLockFile(userId)); in getChildProfileLockFile()
DLockSettingsStorageTests.java330 storage.getChildProfileLockFile(0)); in testFileLocation_Owner()
338 storage.getChildProfileLockFile(1)); in testFileLocation_SecondaryUser()
346 storage.getChildProfileLockFile(2)); in testFileLocation_ProfileToSecondary()
354 storage.getChildProfileLockFile(3)); in testFileLocation_ProfileToOwner()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java234 deleteFile(getChildProfileLockFile(userId)); in removeChildProfileLock()
238 writeFile(getChildProfileLockFile(userId), lock); in writeChildProfileLock()
242 return readFile(getChildProfileLockFile(userId)); in readChildProfileLock()
246 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()
372 File getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorage