OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForHandlerAction
(Results
1 - 7
of
7
) sorted by null
/packages/services/Telephony/tests/src/com/android/services/telephony/
EmergencyCallStateListenerTest.java
73
waitForHandlerAction
(mListener.getHandler(), TIMEOUT_MS);
86
waitForHandlerAction
(mListener.getHandler(), TIMEOUT_MS);
91
waitForHandlerAction
(mListener.getHandler(), TIMEOUT_MS);
103
waitForHandlerAction
(mListener.getHandler(), TIMEOUT_MS);
108
waitForHandlerAction
(mListener.getHandler(), TIMEOUT_MS);
119
waitForHandlerAction
(mListener.getHandler(), TIMEOUT_MS);
126
waitForHandlerAction
(mListener.getHandler(), TIMEOUT_MS);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
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
52
protected final void
waitForHandlerAction
(Handler h, long timeoutMillis) {
VideoCallTests.java
138
waitForHandlerAction
(carsm.getHandler(), TEST_TIMEOUT);
TelecomSystemTest.java
522
waitForHandlerAction
(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
650
waitForHandlerAction
(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
672
waitForHandlerAction
(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
674
waitForHandlerAction
(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
[
all
...]
BasicCallTests.java
276
waitForHandlerAction
(new Handler(Looper.getMainLooper()), TEST_TIMEOUT);
[
all
...]
/packages/services/Telephony/tests/src/com/android/
TelephonyTestBase.java
48
protected final void
waitForHandlerAction
(Handler h, long timeoutMillis) {
Completed in 58 milliseconds