Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/
DWorkManagerExceptionHandlerTest.java75 when(deviceStateController.isCleared()).thenReturn(Futures.immediateFuture(false)); in handleException_whenUnprovisioned_shouldTerminateNoWipe()
94 when(deviceStateController.isCleared()).thenReturn(Futures.immediateFuture(false)); in handleException_whenProvisionInProgress_shouldWipeNoTerminate()
113 when(deviceStateController.isCleared()).thenReturn(Futures.immediateFuture(false)); in handleException_whenProvisionPaused_shouldWipeNoTerminate()
132 when(deviceStateController.isCleared()).thenReturn(Futures.immediateFuture(false)); in handleException_whenProvisionFailed_shouldWipeNoTerminate()
151 when(deviceStateController.isCleared()).thenReturn(Futures.immediateFuture(false)); in handleException_whenKioskProvisioned_shouldWipeNoTerminate()
170 when(deviceStateController.isCleared()).thenReturn(Futures.immediateFuture(false)); in handleException_whenProvisionSucceededRestrictionsNotCleared_shouldWipeNoTerminate()
189 when(deviceStateController.isCleared()).thenReturn(Futures.immediateFuture(true)); in handleException_whenProvisionSucceededRestrictionsCleared_shouldntWipe()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DDeviceStateControllerImpl.java100 unused -> Futures.transformAsync(isCleared(), in setDeviceState()
101 isCleared -> { in setDeviceState()
102 if (isCleared) { in setDeviceState()
142 public ListenableFuture<Boolean> isCleared() {
DDeviceStateController.java58 ListenableFuture<Boolean> isCleared(); in isCleared() method
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSizesController.java112 public void setCacheCleared(boolean isCleared) { in setCacheCleared() argument
113 mCachedCleared = isCleared; in setCacheCleared()
121 public void setDataCleared(boolean isCleared) { in setDataCleared() argument
122 mDataCleared = isCleared; in setDataCleared()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/
DWorkManagerExceptionHandler.java320 final ListenableFuture<Boolean> isClearedFuture = deviceStateController.isCleared(); in handleException()
/packages/apps/TvSettings/
Dtwo-panel-baseline-profile.txt3497 SPLandroidx/fragment/app/FragmentManagerViewModel;->isCleared()Z