Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java516 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_NothingAvailable_Success()
553 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_Success()
598 mService.loadRebootEscrowDataIfAvailable(null); in loadRebootEscrowDataIfAvailable_ServerBased_Success()
642 mService.loadRebootEscrowDataIfAvailable(null); in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()
687 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()
735 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_ServerBased_RetrySuccess()
789 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternet_success()
842 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternetRemoteException_Failure()
891 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_waitForInternet_networkUnavailable()
944 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_waitForInternet_networkLost()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java454 void loadRebootEscrowDataIfAvailable(Handler retryHandler) { in loadRebootEscrowDataIfAvailable() method in RebootEscrowManager
H A DLockSettingsService.java858 mRebootEscrowManager.loadRebootEscrowDataIfAvailable(mHandler); in loadEscrowData()