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.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.java326 deleteFile(getChildProfileLockFile(userId)); in removeChildProfileLock()
333 writeFile(getChildProfileLockFile(userId), lock); in writeChildProfileLock()
337 return readFile(getChildProfileLockFile(userId)); in readChildProfileLock()
341 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()
487 String getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorage
/frameworks/base/services/
Dart-profile8340 HSPLcom/android/server/locksettings/LockSettingsStorage;->getChildProfileLockFile(I)Ljava/lang/Stri…