Searched refs:secondController (Results 1 – 4 of 4) sorted by relevance
230 InsetsController secondController = mock(InsetsController.class); in testReplayTwice() local231 mPendingInsetsController.replayAndAttach(secondController); in testReplayTwice()233 verifyZeroInteractions(secondController); in testReplayTwice()270 InsetsController secondController = mock(InsetsController.class); in testDetachReattach() local271 mPendingInsetsController.replayAndAttach(secondController); in testDetachReattach()278 verify(secondController).show(eq(navigationBars())); in testDetachReattach()279 verify(secondController).setSystemBarsAppearance( in testDetachReattach()281 verify(secondController).setSystemBarsAppearanceFromResource( in testDetachReattach()
231 TestableAnimationController secondController = in testSetController() local233 secondController.setAnimatedProperties(Sets.newHashSet( in testSetController()235 secondController.setChainedProperties(Sets.newHashSet( in testSetController()237 secondController.setOffsetForProperty( in testSetController()239 secondController.setRemoveImmediately(true); in testSetController()241 mLayout.setActiveController(secondController); in testSetController()257 Mockito.verify(secondController, Mockito.atLeastOnce()) in testSetController()259 Mockito.verify(secondController, Mockito.atLeastOnce()) in testSetController()261 Mockito.verify(secondController, Mockito.atLeastOnce()) in testSetController()272 Mockito.verify(secondController, Mockito.never()) in testSetController()[all …]
108 std::shared_ptr<IVibratorController> secondController = in TEST_P() local112 EXPECT_TRUE(service->registerVibratorController(secondController).isOk()); in TEST_P()115 EXPECT_TRUE(service->unregisterVibratorController(secondController).isOk()); in TEST_P()
1889 IExternalVibrationController secondController = mock(IExternalVibrationController.class); in onExternalVibration_withOngoingExternalVibration_mutesPreviousVibration() local1900 ringtoneAudioAttrs, secondController, secondToken); in onExternalVibration_withOngoingExternalVibration_mutesPreviousVibration()1907 verify(secondController, never()).mute(); in onExternalVibration_withOngoingExternalVibration_mutesPreviousVibration()