Home
last modified time | relevance | path

Searched refs:waitForHandlerActionDelayed (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/net/ims/tests/src/com/android/ims/
DImsTestBase.java50 waitForHandlerActionDelayed(h, timeoutMillis, 0 /*delayMs*/); in waitForHandlerAction()
53 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed() method in ImsTestBase
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsTestBase.java50 waitForHandlerActionDelayed(h, timeoutMillis, 0 /*delayMs*/); in waitForHandlerAction()
53 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed() method in ImsTestBase
DImsServiceControllerTest.java433 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testAutoBindAfterBinderDied()
474 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testUnbindCauseAutoBindCancelAfterBinderDied()
497 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testBindCauseAutoBindCancelAfterBinderDied()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DExponentialBackoffTest.java75 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testStartBackoff()
DRILTest.java323 waitForHandlerActionDelayed(mRilHandler, WAIT_TIMER, DEFAULT_WAKE_LOCK_TIMEOUT_MS); in testRadioErrorWithWakelockTimeout()
1009 waitForHandlerActionDelayed(mRilHandler, 10, DEFAULT_BLOCKING_MESSAGE_RESPONSE_TIMEOUT_MS); in testGetModemActivityInfoTimeout()
1082 waitForHandlerActionDelayed(mRilHandler, 10, DEFAULT_WAKE_LOCK_TIMEOUT_MS); in testWakeLockTimeout()
DTelephonyTest.java711 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed() method in TelephonyTest
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsRttTextHandlerTest.java117 waitForHandlerActionDelayed(mRttTextHandler, TEST_TIMEOUT, in testProperCharacterBuffering()