Searched refs:clearDevice (Results 1 – 6 of 6) sorted by relevance
277 () -> mDeviceStateController.clearDevice().get()); in clearDevice_withUnprovisionedState_shouldThrowException()292 () -> mDeviceStateController.clearDevice().get()); in clearDevice_withProvisionInProgressState_shouldThrowException()307 () -> mDeviceStateController.clearDevice().get()); in clearDevice_withProvisionPausedState_shouldThrowException()322 () -> mDeviceStateController.clearDevice().get()); in clearDevice_withProvisionFailedState_shouldThrowException()340 mDeviceStateController.clearDevice().get(); in clearDevice_withKioskProvisionedState_shouldClearDevice()354 () -> mDeviceStateController.clearDevice().get()); in clearDevice_withClearDeviceState_shouldThrowException()366 mDeviceStateController.clearDevice().get(); in clearDevice_withProvisionSucceeded_shouldUnlockDevice()
47 ListenableFuture<Void> clearDevice(); in clearDevice() method
67 public ListenableFuture<Void> clearDevice() { in clearDevice() method in DeviceStateControllerImpl
109 Futures.transformAsync(mDeviceStateController.clearDevice(),
202 when(deviceStateController.clearDevice()).thenReturn(Futures.immediateVoidFuture()); in clearDeviceRestrictions_shouldLogKioskRequest()
179 Futures.addCallback(deviceStateController.clearDevice(), in onReceive()