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

  /frameworks/opt/net/wifi/tests/wifitests/src/android/net/wifi/
WifiScannerTest.java 73 mLooper.dispatchAll();
103 mLooper.dispatchAll();
108 mLooper.dispatchAll();
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SoftApManagerTest.java 91 mLooper.dispatchAll();
100 mLooper.dispatchAll();
111 mLooper.dispatchAll();
124 mLooper.dispatchAll();
145 mLooper.dispatchAll();
MockLooper.java 185 public synchronized int dispatchAll() {
214 dispatchCount = dispatchAll();
MockLooperTest.java 81 mMockLooper.dispatchAll();
113 mMockLooper.dispatchAll();
142 mMockLooper.dispatchAll();
176 mMockLooper.dispatchAll();
212 mMockLooper.dispatchAll();
245 mMockLooper.dispatchAll();
255 mMockLooper.dispatchAll();
340 * Expected: After AutoDispatch is stopped, dispatchAll will return 1.
357 assertEquals("One message should be dispatched", 1, mMockLooper.dispatchAll());
RttServiceTest.java 95 mLooper.dispatchAll();
116 mLooper.dispatchAll();
152 mLooper.dispatchAll();
164 mLooper.dispatchAll();
WifiControllerTest.java 105 mLooper.dispatchAll();
110 mLooper.dispatchAll();
119 mLooper.dispatchAll();
124 mLooper.dispatchAll();
129 mLooper.dispatchAll();
164 mLooper.dispatchAll();
168 mLooper.dispatchAll();
173 mLooper.dispatchAll();
177 mLooper.dispatchAll();
183 mLooper.dispatchAll();
    [all...]
WifiConnectivityManagerTest.java 526 mLooper.dispatchAll();
553 mLooper.dispatchAll();
594 mLooper.dispatchAll();
611 mLooper.dispatchAll();
657 mLooper.dispatchAll();
674 mLooper.dispatchAll();
    [all...]
WifiStateMachineTest.java 400 mLooper.dispatchAll();
426 mLooper.dispatchAll();
436 mLooper.dispatchAll();
452 mLooper.dispatchAll();
464 mLooper.dispatchAll();
469 mLooper.dispatchAll();
474 mLooper.dispatchAll();
488 mLooper.dispatchAll();
493 mLooper.dispatchAll();
498 mLooper.dispatchAll();
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/connectivity/tethering/
TetherInterfaceStateMachineTest.java 72 mLooper.dispatchAll();
96 mLooper.dispatchAll();
263 mLooper.dispatchAll();
275 mLooper.dispatchAll();
  /frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooper.java 185 public synchronized int dispatchAll() {
214 dispatchCount = dispatchAll();
TestLooperTest.java 81 mTestLooper.dispatchAll();
113 mTestLooper.dispatchAll();
142 mTestLooper.dispatchAll();
176 mTestLooper.dispatchAll();
212 mTestLooper.dispatchAll();
245 mTestLooper.dispatchAll();
255 mTestLooper.dispatchAll();
340 * Expected: After AutoDispatch is stopped, dispatchAll will return 1.
357 assertEquals("One message should be dispatched", 1, mTestLooper.dispatchAll());
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
BaseWifiScannerImplTest.java 243 mLooper.dispatchAll();
272 mLooper.dispatchAll();
276 mLooper.dispatchAll();
306 mLooper.dispatchAll();
310 mLooper.dispatchAll();
438 mLooper.dispatchAll();
499 mLooper.dispatchAll();
SupplicantWifiScannerTest.java 480 assertEquals("dispatch message after results event", 1, mLooper.dispatchAll());
633 assertEquals("dispatch message after results event", 1, mLooper.dispatchAll());
664 assertEquals("dispatch message after results event", 1, mLooper.dispatchAll());
682 mLooper.dispatchAll();
WifiScanningServiceTest.java 136 mLooper.dispatchAll();
356 mLooper.dispatchAll();
403 mLooper.dispatchAll();
412 mLooper.dispatchAll();
415 mLooper.dispatchAll();
430 mLooper.dispatchAll();
440 mLooper.dispatchAll();
445 mLooper.dispatchAll();
453 mLooper.dispatchAll();
455 mLooper.dispatchAll();
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
WifiNanStateManagerTest.java 109 mMockLooper.dispatchAll();
115 mMockLooper.dispatchAll();
125 mMockLooper.dispatchAll();
162 mMockLooper.dispatchAll();
168 mMockLooper.dispatchAll();
178 mMockLooper.dispatchAll();
223 mMockLooper.dispatchAll();
229 mMockLooper.dispatchAll();
236 mMockLooper.dispatchAll();
242 mMockLooper.dispatchAll();
    [all...]

Completed in 180 milliseconds