Searched refs:getChildProfileLockFile (Results 1 – 3 of 3) sorted by relevance
79 String getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorageTestable81 super.getChildProfileLockFile(userId)).getAbsolutePath(); in getChildProfileLockFile()
286 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
18780 PLcom/android/server/locksettings/LockSettingsStorage;->getChildProfileLockFile(I)Ljava/lang/String;