Searched defs:getLockPasswordFilename (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DLockSettingsStorage.java212 byte[] stored = readFile(getLockPasswordFilename(userId));
246 return hasFile(getLockPasswordFilename(userId)) ||
343 writeFile(getLockPasswordFilename(userId), hash);
348 writeFile(getLockPasswordFilename(userId), null);
357 String getLockPasswordFilename(int userId) { method in class:LockSettingsStorage
408 String name = getLockPasswordFilename(userId);

Completed in 41 milliseconds