Home
last modified time | relevance | path

Searched refs:moveTimeForward (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java67 mTestLooper.moveTimeForward(500); in testMultipleCommands_longTimeBetweenCalls()
78 mTestLooper.moveTimeForward(100); // current time: 100ms in testMultipleCommands_shortTimeBetweenCalls()
83 mTestLooper.moveTimeForward(100); // current time: 200ms in testMultipleCommands_shortTimeBetweenCalls()
88 mTestLooper.moveTimeForward(300); // current time: 500ms in testMultipleCommands_shortTimeBetweenCalls()
92 mTestLooper.moveTimeForward(100); // current time: 600ms in testMultipleCommands_shortTimeBetweenCalls()
97 mTestLooper.moveTimeForward(200); // current time: 800ms in testMultipleCommands_shortTimeBetweenCalls()
102 mTestLooper.moveTimeForward(200); // current time: 1000ms in testMultipleCommands_shortTimeBetweenCalls()
112 mTestLooper.moveTimeForward(100); // current time: 100ms in testMultipleCommands_shortTimeAndReturn()
117 mTestLooper.moveTimeForward(100); // current time: 200ms in testMultipleCommands_shortTimeAndReturn()
122 mTestLooper.moveTimeForward(300); // current time: 500ms in testMultipleCommands_shortTimeAndReturn()
[all …]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/soap/
DRedirectListenerTest.java119 mLooper.moveTimeForward(RedirectListener.USER_TIMEOUT_MILLIS); in timeOutForKnownGetRequest()
141 mLooper.moveTimeForward(RedirectListener.USER_TIMEOUT_MILLIS); in receiveUnknownGetRequest()
162 mLooper.moveTimeForward(RedirectListener.USER_TIMEOUT_MILLIS); in receiveKnownGetRequest()
/frameworks/base/tests/utils/testutils/java/android/os/test/
DTestLooperTest.java172 mTestLooper.moveTimeForward(5000); in testDelayedDispatchAdvanceTimeOnce()
203 mTestLooper.moveTimeForward(4000); in testDelayedDispatchAdvanceTimeTwice()
206 mTestLooper.moveTimeForward(1000); in testDelayedDispatchAdvanceTimeTwice()
239 mTestLooper.moveTimeForward(4000); in testDelayedDispatchReverseOrder()
242 mTestLooper.moveTimeForward(3000); in testDelayedDispatchReverseOrder()
275 mTestLooper.moveTimeForward(4000); in testDelayedDispatchAllMultipleTimes()
285 mTestLooper.moveTimeForward(3000); in testDelayedDispatchAllMultipleTimes()
DTestLooper.java103 public void moveTimeForward(long milliSeconds) { in moveTimeForward() method in TestLooper
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccConnectorTest.java301 mLooper.moveTimeForward(EuiccConnector.LINGER_TIMEOUT_MILLIS); in testLinger()
309 mLooper.moveTimeForward(EuiccConnector.LINGER_TIMEOUT_MILLIS); in testLinger()
333 mLooper.moveTimeForward(EuiccConnector.LINGER_TIMEOUT_MILLIS); in testLinger_twoCommands()
341 mLooper.moveTimeForward(EuiccConnector.LINGER_TIMEOUT_MILLIS); in testLinger_twoCommands()
349 mLooper.moveTimeForward(EuiccConnector.LINGER_TIMEOUT_MILLIS); in testLinger_twoCommands()
/frameworks/base/services/tests/servicestests/src/com/android/server/hdmi/
DArcTerminationActionFromAvrTest.java132 mTestLooper.moveTimeForward(1000); in testReportArcTerminated_notReceived()
143 mTestLooper.moveTimeForward(1000); in testReportArcTerminated_received()
DDetectTvSystemAudioModeSupportActionTest.java139 mTestLooper.moveTimeForward(2000); in testSupported()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiControllerTest.java1050 mLooper.moveTimeForward(TEST_WIFI_RECOVERY_DELAY_MS); in testRestartWifiStackInStaDisabledWithScanState()
1074 mLooper.moveTimeForward(TEST_WIFI_RECOVERY_DELAY_MS); in testRestartWifiStackInStaEnabledState()
DClientModeImplTest.java2723 mLooper.moveTimeForward(ClientModeImpl.DIAGS_CONNECT_TIMEOUT_MILLIS); in testCmdDiagsConnectTimeoutIsGeneratedAfterCmdStartConnect()
2739 mLooper.moveTimeForward(ClientModeImpl.DIAGS_CONNECT_TIMEOUT_MILLIS - 1000); in testCmdDiagsConnectTimeoutIsNotProcessedBeforeTimerExpires()
2746 mLooper.moveTimeForward(ClientModeImpl.DIAGS_CONNECT_TIMEOUT_MILLIS); in verifyConnectionEventTimeoutDoesNotOccur()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
DWifiAwareDataPathStateManagerTest.java1394 mMockLooper.moveTimeForward( in testDataPathInitiatorUtilityMore()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pServiceImplTest.java2028 mLooper.moveTimeForward(120 * 1000 * 2); in testEndConnectionEventWhenTimeout()