Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/presence/publish/
H A DDeviceCapabilityListenerTest.java136 waitForHandlerActionDelayed(handler, HANDLER_WAIT_TIMEOUT_MS, HANDLER_SENT_DELAY_MS); in testTtyPreferredModeChange()
153 waitForHandlerActionDelayed(handler, HANDLER_WAIT_TIMEOUT_MS, HANDLER_SENT_DELAY_MS); in testAirplaneModeChange()
170 waitForHandlerActionDelayed(handler, HANDLER_WAIT_TIMEOUT_MS, HANDLER_SENT_DELAY_MS); in testMmtelRegistration()
188 waitForHandlerActionDelayed(handler, HANDLER_WAIT_TIMEOUT_MS, HANDLER_SENT_DELAY_MS); in testMmTelUnregistration()
218 waitForHandlerActionDelayed(handler, HANDLER_WAIT_TIMEOUT_MS, HANDLER_SENT_DELAY_MS); in testRcsRegistration()
241 waitForHandlerActionDelayed(handler, HANDLER_WAIT_TIMEOUT_MS, HANDLER_SENT_DELAY_MS); in testRcsUnregistration()
259 waitForHandlerActionDelayed(handler, HANDLER_WAIT_TIMEOUT_MS, HANDLER_SENT_DELAY_MS); in testMmtelCapabilityChange()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsTestBase.java60 waitForHandlerActionDelayed(h, timeoutMillis, 0 /*delayMs*/); in waitForHandlerAction()
63 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed() method in ImsTestBase
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsTestBase.java64 waitForHandlerActionDelayed(h, timeoutMillis, 0 /*delayMs*/); in waitForHandlerAction()
67 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed() method in ImsTestBase
H A DImsServiceControllerTest.java837 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testAutoBindAfterBinderDied()
861 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testAutoBindAfterBinderDiedIgnoreNullBinding()
902 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testUnbindCauseAutoBindCancelAfterBinderDied()
925 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testBindCauseAutoBindCancelAfterBinderDied()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallRedirectionProcessorTest.java217 waitForHandlerActionDelayed(mProcessor.getHandler(), HANDLER_TIMEOUT_DELAY, in testCarrierServiceTimeoutNoUserDefinedService()
245 waitForHandlerActionDelayed(mProcessor.getHandler(), HANDLER_TIMEOUT_DELAY, in testUserDefinedServiceTimeoutNoCarrierService()
276 waitForHandlerActionDelayed(mProcessor.getHandler(), HANDLER_TIMEOUT_DELAY, in testUserDefinedServiceTimeoutAndCarrierServiceTimeout()
303 waitForHandlerActionDelayed(mProcessor.getHandler(), HANDLER_TIMEOUT_DELAY, in testProcessGatewayCall()
H A DTelecomTestCase.java69 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed() method in TelecomTestCase
H A DConnectionServiceFocusManagerTest.java118 waitForHandlerActionDelayed( in testRequestFocusWithActiveFocusExisted()
159 waitForHandlerActionDelayed( in testFocusConnectionServiceDoesNotRespondToFocusLost()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DRadioOnStateListenerTest.java168 waitForHandlerActionDelayed(mListener.getHandler(), TIMEOUT_MS, TIMEOUT_MS /*delay*/); in testTimeout_RetryFailure()
189 waitForHandlerActionDelayed(mListener.getHandler(), TIMEOUT_MS, TIMEOUT_MS /*delay*/); in testTimeout_RetryFailure_ForEmergency()
/aosp12/packages/services/Telephony/tests/src/com/android/
H A DTelephonyTestBase.java89 protected final void waitForHandlerActionDelayed(Handler h, long timeoutMillis, long delayMs) { in waitForHandlerActionDelayed() method in TelephonyTestBase
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DExponentialBackoffTest.java75 waitForHandlerActionDelayed(mHandler, delay, 2 * delay); in testStartBackoff()