Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java110 private RebootEscrowManager.Callbacks mCallbacks;
118 private RebootEscrowManager mService;
132 static class MockInjector extends RebootEscrowManager.Injector {
304 mCallbacks = mock(RebootEscrowManager.Callbacks.class); in setUp_baseServices()
646 Integer.valueOf(RebootEscrowManager.ERROR_LOAD_ESCROW_KEY), in loadRebootEscrowDataIfAvailable_ServerBasedRemoteException_Failure()
692 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_ServerBasedIoError_RetryFailure()
846 Integer.valueOf(RebootEscrowManager.ERROR_LOAD_ESCROW_KEY), in loadRebootEscrowDataIfAvailable_serverBasedWaitForInternetRemoteException_Failure()
894 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_waitForInternet_networkUnavailable()
949 Integer.valueOf(RebootEscrowManager.ERROR_NO_NETWORK), in loadRebootEscrowDataIfAvailable_waitForInternet_networkLost()
1068 Integer.valueOf(RebootEscrowManager.ERROR_TIMEOUT_EXHAUSTED), in loadRebootEscrowDataIfAvailable_waitForInternet_timeoutExhausted()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java77 class RebootEscrowManager { class
404 RebootEscrowManager(Context context, Callbacks callbacks, LockSettingsStorage storage, in RebootEscrowManager() method in RebootEscrowManager
410 RebootEscrowManager(Injector injector, Callbacks callbacks, in RebootEscrowManager() method in RebootEscrowManager
H A DLockSettingsService.java254 private final RebootEscrowManager mRebootEscrowManager;
535 public RebootEscrowManager getRebootEscrowManager(RebootEscrowManager.Callbacks callbacks, in getRebootEscrowManager()
537 return new RebootEscrowManager(mContext, callbacks, storage, in getRebootEscrowManager()
3551 private class RebootEscrowCallbacks implements RebootEscrowManager.Callbacks {