Home
last modified time | relevance | path

Searched refs:fastForward (Results 1 – 25 of 27) sorted by relevance

12

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
H A DTouchExplorerTest.java163 mHandler.fastForward(2 * USER_INTENT_TIMEOUT); in testOneFingerMove_shouldInjectHoverEvents()
182 mHandler.fastForward(2 * USER_INTENT_TIMEOUT); in testOneFingerMoveWithExtraMoveEvents()
209 mHandler.fastForward(2 * USER_INTENT_TIMEOUT); in testClick_afterCanceledDoubleTapAndHold_eventLocationIsCorrect()
224 mHandler.fastForward(2 * USER_INTENT_TIMEOUT); in testClick_afterCanceledDoubleTapAndHold_eventLocationIsCorrect()
259 mHandler.fastForward(USER_INTENT_TIMEOUT); in testUpEvent_OneFingerMove_clearStateAndInjectHoverEvents()
278 mHandler.fastForward(oneThirdUserIntentTimeout); in testFlickCrossViews_clearStateAndExpectedEvents()
283 mHandler.fastForward(oneThirdUserIntentTimeout); in testFlickCrossViews_clearStateAndExpectedEvents()
291 mHandler.fastForward(oneThirdUserIntentTimeout); in testFlickCrossViews_clearStateAndExpectedEvents()
460 mHandler.fastForward(USER_INTENT_TIMEOUT); in passInGesture()
754 void fastForward(int ms) { in fastForward() method in TouchExplorerTest.TestHandler
[all …]
/aosp14/frameworks/base/services/tests/servicestests/utils/com/android/server/testutils/
H A DOffsettableClock.java52 public void fastForward(long timeMs) { in fastForward() method in OffsettableClock
56 fastForward(-timeMs); in rewind()
/aosp14/frameworks/base/services/tests/displayservicetests/src/com/android/server/display/
H A DAutomaticBrightnessControllerTest.java573 mClock.fastForward(increment); in testAmbientLightHorizon()
577 mClock.fastForward(increment); in testAmbientLightHorizon()
582 mClock.fastForward(increment); in testAmbientLightHorizon()
588 mClock.fastForward(increment); in testAmbientLightHorizon()
594 mClock.fastForward(increment); in testAmbientLightHorizon()
601 mClock.fastForward(increment); in testAmbientLightHorizon()
607 mClock.fastForward(increment); in testAmbientLightHorizon()
616 mClock.fastForward(increment); in testAmbientLightHorizon()
622 mClock.fastForward(increment); in testAmbientLightHorizon()
629 mClock.fastForward(increment); in testAmbientLightHorizon()
[all …]
H A DScreenOffBrightnessSensorControllerTest.java153 mClock.fastForward(2000); in testSensorValueValidTime()
H A DBrightnessSynchronizerTest.java252 mClock.fastForward(timeMs); in advanceTime()
H A DDisplayPowerProximityStateControllerTest.java381 mClock.fastForward(1); in advanceTime()
H A DHighBrightnessModeControllerTest.java749 mClock.fastForward(timeMs); in advanceTime()
H A DDisplayPowerControllerTest.java1118 mClock.fastForward(timeMs); in advanceTime()
H A DDisplayPowerController2Test.java1116 mClock.fastForward(timeMs); in advanceTime()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DPendingRemoteAnimationRegistryTest.java96 mClock.fastForward(5000); in testTimeout()
104 mClock.fastForward(2500); in testTimeout_overridenEntry()
107 mClock.fastForward(1000); in testTimeout_overridenEntry()
H A DRemoteAnimationControllerTest.java227 mClock.fastForward(10500); in testTimeout()
248 mClock.fastForward(10500); in testTimeout_scaled()
253 mClock.fastForward(52500); in testTimeout_scaled()
H A DDisplayRotationTests.java1190 sClock.fastForward(timeMillis); in moveTimeForward()
/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DPersistentServiceConnectionTest.java94 mClock.fastForward(1000); in setup()
178 mClock.fastForward(millis); in advanceTime()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DFullScreenMagnificationGestureHandlerTest.java661 fastForward(1000); in fastForward1sec()
664 private void fastForward(int ms) { in fastForward() method in FullScreenMagnificationGestureHandlerTest
665 mClock.fastForward(ms); in fastForward()
798 fastForward(ViewConfiguration.getTapTimeout()); in goFromStateIdleTo()
911 fastForward(2000); in longTap()
926 fastForward(1); in send()
/aosp14/frameworks/base/media/java/android/media/session/
H A DISessionController.aidl66 void fastForward(String packageName); in fastForward() method
H A DMediaController.java852 public void fastForward() { in fastForward() method in MediaController.TransportControls
854 mSessionBinder.fastForward(mContext.getPackageName()); in fastForward()
/aosp14/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java123 mTransportControls.fastForward(); in onReceive()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/
H A DPowerManagerServiceMockingTest.java272 mClock.fastForward(timeMs); in advanceTime()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DLowPowerStandbyControllerTest.java241 mClock.fastForward(timeArg.getValue()); in awaitStandbyTimeoutAlarm()
888 mClock.fastForward(timeMs); in advanceTime()
H A DPowerManagerServiceTest.java470 mClock.fastForward(timeMs); in advanceTime()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/logcat/
H A DLogcatManagerServiceTest.java342 mClock.fastForward(timeMs); in advanceTime()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java616 mTestClock.fastForward(2500); in testControlImeNotReady_timeout()
642 mTestClock.fastForward(2500); in testControlImeNotReady_cancel()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionRecord.java1504 public void fastForward(String packageName, int pid, int uid) {
1790 public void fastForward(String packageName) {
1791 mSessionCb.fastForward(packageName, Binder.getCallingPid(), Binder.getCallingUid());
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
H A DMediaProjectionManagerServiceTest.java359 mClock.fastForward(projection.mDefaultTimeoutMs + 10); in testIsValid_timeout()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12