Searched refs:mKeyguardHostViewController (Results 1 – 2 of 2) sorted by relevance
122 .thenReturn(mKeyguardHostViewController); in setup()161 reset(mKeyguardHostViewController); in testShow_bouncerIsVisible()164 verify(mKeyguardHostViewController).setExpansion(0); in testShow_bouncerIsVisible()182 verify(mKeyguardHostViewController).dismiss(anyInt()); in testShow_triesToDismissKeyguard()198 verify(mKeyguardHostViewController).appear(anyInt()); in testShow_animatesKeyguardView()226 verify(mKeyguardHostViewController).onStartingToHide(); in testSetExpansion_notifiesFalsingManager()235 verify(mKeyguardHostViewController).onResume(); in testSetExpansion_notifiesKeyguardView()280 verify(mKeyguardHostViewController).showMessage( in testShowMessage_propagates()328 verify(mKeyguardHostViewController).setExpansion(0.5f); in testSetExpansion()350 reset(mKeyguardHostViewController); in testIsHiding_skipsTranslation()[all …]
72 private KeyguardHostViewController mKeyguardHostViewController; field in KeyguardHostViewControllerTest89 mKeyguardHostViewController = new KeyguardHostViewController( in setup()96 assertFalse("Action not set yet", mKeyguardHostViewController.hasDismissActions()); in testHasDismissActions()97 mKeyguardHostViewController.setOnDismissAction(mock(OnDismissAction.class), in testHasDismissActions()99 assertTrue("Action should exist", mKeyguardHostViewController.hasDismissActions()); in testHasDismissActions()104 mKeyguardHostViewController.onStartingToHide(); in testOnStartingToHide()120 mKeyguardHostViewController.init(); in testGravityReappliedOnConfigurationChange()129 mKeyguardHostViewController.updateResources(); in testGravityReappliedOnConfigurationChange()155 mKeyguardHostViewController.init(); in testGravityUsesOneHandGravityWhenApplicable()166 mKeyguardHostViewController.updateResources(); in testGravityUsesOneHandGravityWhenApplicable()[all …]