HomeSort by relevance Sort by last modified time
    Searched defs:waitForHandlerAction (Results 1 - 20 of 20) sorted by null

  /frameworks/opt/net/ims/tests/src/com/android/ims/
ImsTestBase.java 48 protected final void waitForHandlerAction(Handler h, long timeoutMillis) {
  /packages/services/Telephony/tests/src/com/android/
TelephonyTestBase.java 57 protected final void waitForHandlerAction(Handler h, long timeoutMillis) {
  /external/ims/rcs/presencepolling/tests/src/com/android/service/ims/presence/
PresencePollingTestBase.java 57 protected final void waitForHandlerAction(Handler h, long timeoutMillis) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsTestBase.java 48 protected final void waitForHandlerAction(Handler h, long timeoutMillis) {
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TelecomTestCase.java 51 protected static void waitForHandlerAction(Handler h, long timeoutMillis) {
CallRecordingTonePlayerTest.java 215 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
240 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
CallAudioRouteTransitionTests.java 265 waitForHandlerAction(stateMachine.getHandler(), TEST_TIMEOUT);
273 waitForHandlerAction(stateMachine.getHandler(), TEST_TIMEOUT);
274 waitForHandlerAction(stateMachine.getHandler(), TEST_TIMEOUT);
277 waitForHandlerAction(h, TEST_TIMEOUT);
357 waitForHandlerAction(stateMachine.getHandler(), TEST_TIMEOUT);
358 waitForHandlerAction(stateMachine.getHandler(), TEST_TIMEOUT);
    [all...]
InCallControllerTests.java 313 waitForHandlerAction(new Handler(Looper.getMainLooper()), TelecomSystemTest.TEST_TIMEOUT);
VideoProviderTest.java 119 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
BasicCallTests.java 308 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
363 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
368 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
408 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
413 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
457 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
462 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
    [all...]
MissedCallNotifierImplTest.java 470 waitForHandlerAction(h, TEST_TIMEOUT);
481 waitForHandlerAction(h, TEST_TIMEOUT);
539 waitForHandlerAction(h, TEST_TIMEOUT);
TelecomSystemTest.java 364 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
614 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
683 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
MmTelFeatureTests.java 139 waitForHandlerAction(mHandler, TEST_RESULT_DELAY_MS);
150 waitForHandlerAction(mHandler, TEST_RESULT_DELAY_MS);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
LocaleTrackerTest.java 117 waitForHandlerAction(mLocaleTracker, 100);
127 waitForHandlerAction(mLocaleTracker, 100);
141 waitForHandlerAction(mLocaleTracker, 100);
156 waitForHandlerAction(mLocaleTracker, 100);
171 waitForHandlerAction(mLocaleTracker, 100);
180 waitForHandlerAction(mLocaleTracker, 100);
CarrierServiceStateTrackerTest.java 137 waitForHandlerAction(mSpyCarrierSST, TEST_TIMEOUT);
157 waitForHandlerAction(mSpyCarrierSST, TEST_TIMEOUT);
TelephonyTest.java 548 protected final void waitForHandlerAction(Handler h, long timeoutMillis) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsDispatcherTest.java 251 waitForHandlerAction(mGsmSmsDispatcher, TIMEOUT_MS);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsRttTextHandlerTest.java 112 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
137 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
138 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
153 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
154 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
180 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
181 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
198 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
199 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
218 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT)
    [all...]
ImsPhoneCallTrackerTest.java 236 waitForHandlerAction(mCTHander, 100);
288 waitForHandlerAction(mCTHander, 1000);
306 waitForHandlerAction(mCTHander, 1000);
324 waitForHandlerAction(mCTHander, 1000);
337 waitForHandlerAction(mCTHander, 1000);
633 waitForHandlerAction(mCTHander, 1000); // 1 second timeout
656 waitForHandlerAction(mCTHander, 100);
    [all...]
  /packages/services/Telephony/tests/src/com/android/services/telephony/
TelephonyConnectionServiceTest.java     [all...]

Completed in 2055 milliseconds