Home
last modified time | relevance | path

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

/packages/modules/DeviceLock/DeviceLockController/tests/robolectric/src/com/android/devicelockcontroller/policy/
DUserRestrictionsPolicyHandlerTest.java416 handler.onUnlocked().get(); in onUnlockedDebug_withDisableOutgoingCallShouldSetExpectedUserRestrictions()
442 handler.onUnlocked().get(); in onUnlocked_withDisableOutgoingCallShouldSetExpectedUserRestrictions()
464 handler.onUnlocked().get(); in onUnlocked_withDisableOutgoingCallAndUnknownSourcesShouldSetExpectedRestrictions()
490 handler.onUnlocked().get(); in onUnlocked_withDebuggingAllowed_shouldNotDisallowDebuggingFeatures()
DNotificationsPolicyHandlerTest.java128 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
DControllerKeepAlivePolicyHandlerTest.java144 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
DAppOpsPolicyHandlerTest.java152 mHandler.onUnlocked().get(); in onUnlocked_shouldExemptKioskAppNotBackgroundStart()
DKioskKeepAlivePolicyHandlerTest.java137 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
DRolePolicyHandlerTest.java151 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
DPackagePolicyHandlerTest.java174 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
DLockTaskModePolicyHandlerTest.java194 mHandler.onUnlocked().get(); in onUnlocked_shouldDisableLockTaskMode()
/packages/modules/DeviceLock/DeviceLockController/src/com/android/devicelockcontroller/policy/
DPolicyHandler.java47 default ListenableFuture<Boolean> onUnlocked() { in onUnlocked() method
DAppOpsPolicyHandler.java175 public ListenableFuture<Boolean> onUnlocked() {
DUserRestrictionsPolicyHandler.java88 public ListenableFuture<Boolean> onUnlocked() { in onUnlocked() method in UserRestrictionsPolicyHandler
DLockTaskModePolicyHandler.java99 public ListenableFuture<Boolean> onUnlocked() { in onUnlocked() method in LockTaskModePolicyHandler
DDevicePolicyControllerImpl.java278 futures.add(policy.onUnlocked());