Searched refs:retryHandler (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | RebootEscrowManager.java | 460 List<UserInfo> users, int attemptCount, Handler retryHandler) { in onGetRebootEscrowKeyFailed() argument 466 onEscrowRestoreComplete(false, attemptCount, retryHandler); in onGetRebootEscrowKeyFailed() 503 void loadRebootEscrowDataIfAvailable(Handler retryHandler) { in loadRebootEscrowDataIfAvailable() argument 510 setLoadEscrowDataErrorCode(ERROR_NO_REBOOT_ESCROW_DATA, retryHandler); in loadRebootEscrowDataIfAvailable() 512 /* success= */ false, /* attemptCount= */ 1, retryHandler); in loadRebootEscrowDataIfAvailable() 527 retryHandler, in loadRebootEscrowDataIfAvailable() 534 retryHandler, in loadRebootEscrowDataIfAvailable() 535 () -> loadRebootEscrowDataOnInternet(retryHandler, users, rebootEscrowUsers)); in loadRebootEscrowDataIfAvailable() 539 mInjector.post(retryHandler, () -> loadRebootEscrowDataWithRetry( in loadRebootEscrowDataIfAvailable() 540 retryHandler, 0, users, rebootEscrowUsers)); in loadRebootEscrowDataIfAvailable() [all …]
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 56071 field protected final org.apache.http.client.HttpRequestRetryHandler retryHandler;
|