Home
last modified time | relevance | path

Searched refs:expectStarted (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java307 BoundsAnimationDriver expectStarted(boolean schedulePipModeChanged) { in expectStarted() method in BoundsAnimationControllerTests.BoundsAnimationDriver
424 .expectStarted(!SCHEDULE_PIP_MODE_CHANGED) in testFullscreenToFloatingTransition()
436 .expectStarted(SCHEDULE_PIP_MODE_CHANGED) in testFloatingToFullscreenTransition()
448 .expectStarted(!SCHEDULE_PIP_MODE_CHANGED) in testFloatingToSmallerFloatingTransition()
460 .expectStarted(!SCHEDULE_PIP_MODE_CHANGED) in testFloatingToLargerFloatingTransition()
474 .expectStarted(!SCHEDULE_PIP_MODE_CHANGED) in testFullscreenToFloatingCancelFromTarget()
484 .expectStarted(!SCHEDULE_PIP_MODE_CHANGED) in testFullscreenToFloatingCancelFromAnimationToSameBounds()
495 .expectStarted(!SCHEDULE_PIP_MODE_CHANGED) in testFullscreenToFloatingCancelFromAnimationToFloatingBounds()
509 .expectStarted(!SCHEDULE_PIP_MODE_CHANGED) in testFullscreenToFloatingCancelFromAnimationToFullscreenBounds()
522 .expectStarted(SCHEDULE_PIP_MODE_CHANGED) in testFloatingToFullscreenCancelFromTarget()
[all …]
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java3339 public void expectStarted() { in expectStarted() method in ConnectivityServiceTest.TestKeepaliveCallback
3424 callback.expectStarted(); in testPacketKeepalives()
3432 callback.expectStarted(); in testPacketKeepalives()
3441 callback.expectStarted(); in testPacketKeepalives()
3458 callback.expectStarted(); in testPacketKeepalives()
3472 callback.expectStarted(); in testPacketKeepalives()
3479 callback2.expectStarted(); in testPacketKeepalives()
3489 callback3.expectStarted(); in testPacketKeepalives()