Home
last modified time | relevance | path

Searched refs:secondController (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DPendingInsetsControllerTest.java230 InsetsController secondController = mock(InsetsController.class); in testReplayTwice() local
231 mPendingInsetsController.replayAndAttach(secondController); in testReplayTwice()
233 verifyZeroInteractions(secondController); in testReplayTwice()
270 InsetsController secondController = mock(InsetsController.class); in testDetachReattach() local
271 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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTest.java231 TestableAnimationController secondController = in testSetController() local
233 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 …]
/frameworks/hardware/interfaces/vibrator/aidl/vts/functional/
DVtsHalVibratorControlServiceTargetTest.cpp108 std::shared_ptr<IVibratorController> secondController = in TEST_P() local
112 EXPECT_TRUE(service->registerVibratorController(secondController).isOk()); in TEST_P()
115 EXPECT_TRUE(service->unregisterVibratorController(secondController).isOk()); in TEST_P()
/frameworks/base/services/tests/vibrator/src/com/android/server/vibrator/
DVibratorManagerServiceTest.java1889 IExternalVibrationController secondController = mock(IExternalVibrationController.class); in onExternalVibration_withOngoingExternalVibration_mutesPreviousVibration() local
1900 ringtoneAudioAttrs, secondController, secondToken); in onExternalVibration_withOngoingExternalVibration_mutesPreviousVibration()
1907 verify(secondController, never()).mute(); in onExternalVibration_withOngoingExternalVibration_mutesPreviousVibration()