HomeSort by relevance Sort by last modified time
    Searched defs:getChildProfileLockFile (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
LockSettingsStorageTestable.java 48 String getChildProfileLockFile(int userId) {
50 super.getChildProfileLockFile(userId)).getAbsolutePath();
  /frameworks/base/services/core/java/com/android/server/locksettings/
LockSettingsStorage.java 322 deleteFile(getChildProfileLockFile(userId));
329 writeFile(getChildProfileLockFile(userId), lock);
333 return readFile(getChildProfileLockFile(userId));
337 return hasFile(getChildProfileLockFile(userId));
471 String getChildProfileLockFile(int userId) {
    [all...]

Completed in 77 milliseconds