Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DRebootEscrowManagerTests.java558 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_NothingAvailable_Success()
595 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_Success()
640 mService.loadRebootEscrowDataIfAvailable(null); in loadRebootEscrowDataIfAvailable_noDataPrimaryUser_Failure()
701 mService.loadRebootEscrowDataIfAvailable(null); in loadRebootEscrowDataIfAvailable_noDataSecondaryUser_Success()
757 mService.loadRebootEscrowDataIfAvailable(null); in loadRebootEscrowDataIfAvailable_noDataWorkProfile_Success()
806 mService.loadRebootEscrowDataIfAvailable(null); in loadRebootEscrowDataIfAvailable_ServerBased_Success()
850 mService.loadRebootEscrowDataIfAvailable(null); in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()
895 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()
943 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_ServerBased_RetrySuccess()
997 mService.loadRebootEscrowDataIfAvailable(mHandler); in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternet_success()
[all …]
/frameworks/base/services/core/java/com/android/server/locksettings/
DRebootEscrowManager.java503 void loadRebootEscrowDataIfAvailable(Handler retryHandler) { in loadRebootEscrowDataIfAvailable() method in RebootEscrowManager
DLockSettingsService.java979 mRebootEscrowManager.loadRebootEscrowDataIfAvailable(mHandler); in loadEscrowData()
/frameworks/base/services/
Dart-wear-profile14903 PLcom/android/server/locksettings/RebootEscrowManager;->loadRebootEscrowDataIfAvailable(Landroid/os…