Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DLockSettingsStorageTestable.java48 String getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorageTestable
50 super.getChildProfileLockFile(userId)).getAbsolutePath(); in getChildProfileLockFile()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java322 deleteFile(getChildProfileLockFile(userId)); in removeChildProfileLock()
329 writeFile(getChildProfileLockFile(userId), lock); in writeChildProfileLock()
333 return readFile(getChildProfileLockFile(userId)); in readChildProfileLock()
337 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()
471 String getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorage