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