Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/
DWorkManagerExceptionHandler.java320 final ListenableFuture<Boolean> isClearedFuture = deviceStateController.isCleared(); in handleException() local
322 return Futures.whenAllSucceed(provisionStateFuture, isClearedFuture).call(() -> { in handleException()
326 } else if (!Futures.getDone(isClearedFuture)) { in handleException()