Searched refs:onUnlocked (Results 1 – 13 of 13) sorted by relevance
416 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()
128 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
144 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
152 mHandler.onUnlocked().get(); in onUnlocked_shouldExemptKioskAppNotBackgroundStart()
137 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
151 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
174 assertThat(mHandler.onUnlocked().get()).isTrue(); in onUnlocked_shouldDoNothing()
194 mHandler.onUnlocked().get(); in onUnlocked_shouldDisableLockTaskMode()
47 default ListenableFuture<Boolean> onUnlocked() { in onUnlocked() method
175 public ListenableFuture<Boolean> onUnlocked() {
88 public ListenableFuture<Boolean> onUnlocked() { in onUnlocked() method in UserRestrictionsPolicyHandler
99 public ListenableFuture<Boolean> onUnlocked() { in onUnlocked() method in LockTaskModePolicyHandler
278 futures.add(policy.onUnlocked());