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

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DtmfLocalTonePlayerTest.java 53 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT);
62 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT);
72 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT);
82 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT);
92 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT);
102 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT);
112 waitForHandlerAction(mPlayer.getHandler(), TIMEOUT);
IncomingCallFilterTest.java 100 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
122 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
141 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
154 waitForHandlerAction(testFilter.getHandler(), SHORT_TIMEOUT * 2);
TelecomTestCase.java 50 protected final void waitForHandlerAction(Handler h, long timeoutMillis) {
VideoCallTests.java 232 waitForHandlerAction(camsm.getHandler(), TEST_TIMEOUT);
247 waitForHandlerAction(carsm.getHandler(), TEST_TIMEOUT);
TelecomSystemTest.java 359 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
598 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
667 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
    [all...]
BasicCallTests.java 275 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
328 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
333 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
372 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
377 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
419 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
424 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
    [all...]
AnalyticsTests.java 326 waitForHandlerAction(
332 waitForHandlerAction(
MissedCallNotifierImplTest.java 450 waitForHandlerAction(h, TEST_TIMEOUT);
461 waitForHandlerAction(h, TEST_TIMEOUT);
518 waitForHandlerAction(h, TEST_TIMEOUT);
VideoProviderTest.java 116 waitForHandlerAction(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
InCallControllerTests.java 299 waitForHandlerAction(new Handler(Looper.getMainLooper()), TelecomSystemTest.TEST_TIMEOUT);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsRttTextHandlerTest.java 108 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
127 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
143 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
144 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
163 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
164 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
181 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
182 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
201 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT);
211 waitForHandlerAction(mRttTextHandler, TEST_TIMEOUT)
    [all...]
ImsPhoneCallTrackerTest.java 212 waitForHandlerAction(mCTHander, 100);
235 waitForHandlerAction(mCTHander, 1000);
247 waitForHandlerAction(mCTHander, 1000);
543 waitForHandlerAction(mCTHander, 1000); // 1 second timeout
566 waitForHandlerAction(mCTHander, 100);
  /packages/services/Telephony/tests/src/com/android/services/telephony/
EmergencyCallStateListenerTest.java 81 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS);
106 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS);
111 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS);
135 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS);
140 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS);
165 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS);
172 waitForHandlerAction(mListener.getHandler(), TIMEOUT_MS);
  /frameworks/opt/net/ims/tests/src/com/android/ims/
ImsTestBase.java 48 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) {
ImsResolverTest.java 121 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
155 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
186 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
217 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
257 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
337 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
354 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
390 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
420 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT);
461 waitForHandlerAction(mTestImsResolver.getHandler(), TEST_TIMEOUT)
    [all...]
  /packages/services/Telephony/tests/src/com/android/
TelephonyTestBase.java 49 protected final void waitForHandlerAction(Handler h, long timeoutMillis) {
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierServiceStateTrackerTest.java 102 waitForHandlerAction(mCarrierSST, TEST_TIMEOUT);
122 waitForHandlerAction(mCarrierSST, TEST_TIMEOUT);
TelephonyTest.java 502 protected final void waitForHandlerAction(Handler h, long timeoutMillis) {

Completed in 4968 milliseconds