Home
last modified time | relevance | path

Searched refs:getLockCredentialFileForUser (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java372 return getLockCredentialFileForUser(userId, CHILD_PROFILE_LOCK_FILE); in getChildProfileLockFile()
377 return getLockCredentialFileForUser(userId, REBOOT_ESCROW_FILE); in getRebootEscrowFile()
383 return getLockCredentialFileForUser(UserHandle.USER_SYSTEM, REBOOT_ESCROW_SERVER_BLOB_FILE); in getRebootEscrowServerBlobFile()
386 private File getLockCredentialFileForUser(int userId, String fileName) { in getLockCredentialFileForUser() method in LockSettingsStorage