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

  /frameworks/base/services/core/java/com/android/server/
LockSettingsStorage.java 254 deleteFile(getChildProfileLockFile(userId));
261 writeFile(getChildProfileLockFile(userId), lock);
265 return readFile(getChildProfileLockFile(userId));
269 return hasFile(getChildProfileLockFile(userId));
405 String getChildProfileLockFile(int userId) {
  /frameworks/base/services/tests/servicestests/src/com/android/server/
LockSettingsStorageTests.java 92 String getChildProfileLockFile(int userId) {
94 super.getChildProfileLockFile(userId).replace('/', '-')).getAbsolutePath();

Completed in 34 milliseconds