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.java79 String getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorageTestable
81 super.getChildProfileLockFile(userId)).getAbsolutePath(); in getChildProfileLockFile()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java286 deleteFile(getChildProfileLockFile(userId)); in removeChildProfileLock()
293 writeFile(getChildProfileLockFile(userId), lock); in writeChildProfileLock()
297 return readFile(getChildProfileLockFile(userId)); in readChildProfileLock()
301 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()
439 String getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorage
/frameworks/base/services/
Dart-profile18780 PLcom/android/server/locksettings/LockSettingsStorage;->getChildProfileLockFile(I)Ljava/lang/String;