Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java456 List<UserInfo> rebootEscrowUsers = new ArrayList<>(); in loadRebootEscrowDataIfAvailable() local
459 rebootEscrowUsers.add(user); in loadRebootEscrowDataIfAvailable()
463 if (rebootEscrowUsers.isEmpty()) { in loadRebootEscrowDataIfAvailable()
493 retryHandler, 0, users, rebootEscrowUsers)); in loadRebootEscrowDataIfAvailable()
500 List<UserInfo> rebootEscrowUsers) { in scheduleLoadRebootEscrowDataOrFail() argument
509 retryHandler, attemptNumber, users, rebootEscrowUsers), in scheduleLoadRebootEscrowDataOrFail()
545 retryHandler, /* attemptNumber = */ 0, users, rebootEscrowUsers); in loadRebootEscrowDataOnInternet()
563 rebootEscrowUsers); in loadRebootEscrowDataOnInternet()
597 List<UserInfo> rebootEscrowUsers) { in loadRebootEscrowDataWithRetry() argument
612 rebootEscrowUsers); in loadRebootEscrowDataWithRetry()
[all …]