Home
last modified time | relevance | path

Searched refs:waitForDelayedHandlerAction (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsTimerTest.java92 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testRegisterTimerForScreenOff()
95 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testRegisterTimerForScreenOff()
106 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testRegisterTimerForScreenOn()
109 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testRegisterTimerForScreenOn()
122 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testUnregisterForInvalidId()
130 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testUnregisterTimerForScreenOff()
140 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testUnregisterTimerForScreenOn()
151 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testUpdateTimerTypeToAlarm()
160 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testTimerExpired()
163 waitForDelayedHandlerAction(mQnsTimer.mHandler, 10, 200); in testTimerExpired()
[all …]
DWifiQualityMonitorTest.java282 waitForDelayedHandlerAction(mWifiQualityMonitor.mHandler, 1000, 200); in testBackhaulTimer()
284 waitForDelayedHandlerAction(mWifiQualityMonitor.mHandler, 4000, 200); in testBackhaulTimer()
349 waitForDelayedHandlerAction(mWifiQualityMonitor.mHandler, 1000, 200); in isWifiRssiChangedHandlerNotPosted()
DWifiBackhaulMonitorTest.java292 waitForDelayedHandlerAction(mRttHandler, 100, 100); in testRttSchedulingStart()
324 waitForDelayedHandlerAction(mRttHandler, 100, 100); in testRttSchedulingStop_VoWifiDisconnected()
342 waitForDelayedHandlerAction(mRttHandler, 100, 100); in testRttSchedulingStop_VoLTEConnected()
DQnsTest.java222 protected final void waitForDelayedHandlerAction( in waitForDelayedHandlerAction() method in QnsTest
DAccessNetworkEvaluatorTest.java557 waitForDelayedHandlerAction(mAne.mHandler, 3000, 200); in testOnTryWfcConnectionStateChanged()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DRadioOnStateListenerTest.java202 waitForDelayedHandlerAction(mListener.getHandler(), TIMEOUT_MS /* delay */, TIMEOUT_MS); in testTimeout_RetryFailure()
222 waitForDelayedHandlerAction(mListener.getHandler(), TIMEOUT_MS /* delay */, TIMEOUT_MS); in testTimeout_RetryFailure_ForEmergency()
243 waitForDelayedHandlerAction(mListener.getHandler(), TIMEOUT_MS /* delay */, TIMEOUT_MS); in testTimeout_RetryFailure_WithSatellite()
266 waitForDelayedHandlerAction(mListener.getHandler(), TIMEOUT_MS /* delay */, TIMEOUT_MS); in testTimeout_OnTimeoutForEmergency()
/aosp_15_r20/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyTest.java1215 protected final void waitForDelayedHandlerAction(Handler h, long delayMillis, in waitForDelayedHandlerAction() method in TelephonyTest
DServiceStateTrackerTest.java1488 waitForDelayedHandlerAction(mSSTTestHandler.getThreadHandler(), 500, 200); in testRegAndInvalidRegForNetworkAttached()
2004 waitForDelayedHandlerAction(mSSTTestHandler.getThreadHandler(), in testImsRegisteredAPMOnOffToggle()