OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestLooper
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tests/utils/testutils/java/android/os/test/
TestLooperTest.java
48
private TestLooper
mTestLooper
;
59
mTestLooper
= new TestLooper();
60
mHandler = new Handler(
mTestLooper
.getLooper());
81
mTestLooper
.dispatchAll();
113
mTestLooper
.dispatchAll();
141
mTestLooper
.moveTimeForward(5000);
142
mTestLooper
.dispatchAll();
172
mTestLooper
.moveTimeForward(4000);
175
mTestLooper
.moveTimeForward(1000);
176
mTestLooper
.dispatchAll()
[
all
...]
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/aware/
WifiAwareRttStateManagerTest.java
52
private TestLooper
mTestLooper
;
74
mTestLooper
= new TestLooper();
76
mMockContext,
mTestLooper
.getLooper(), mMockHandler);
79
mDut.startWithRttService(mMockContext,
mTestLooper
.getLooper(), mMockRttService);
108
mTestLooper
.dispatchAll();
123
mTestLooper
.dispatchAll();
137
mTestLooper
.dispatchAll();
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
LocalOnlyHotspotRequestInfoTest.java
49
private TestLooper
mTestLooper
;
59
mTestLooper
= new TestLooper();
60
mHandler = new Handler(
mTestLooper
.getLooper());
147
Message message =
mTestLooper
.nextMessage();
160
Message message =
mTestLooper
.nextMessage();
172
Message message =
mTestLooper
.nextMessage();
HalDeviceManagerTest.java
85
private TestLooper
mTestLooper
;
113
mTestLooper
= new TestLooper();
157
mTestLooper
.dispatchAll();
180
mDut.registerStatusListener(callback2,
mTestLooper
.getLooper());
181
mDut.registerStatusListener(callback1,
mTestLooper
.getLooper());
182
mDut.registerStatusListener(callback2,
mTestLooper
.getLooper());
205
mTestLooper
.dispatchAll();
220
mTestLooper
.dispatchAll();
240
mTestLooper
.dispatchAll();
248
mTestLooper
.dispatchAll()
[
all
...]
WifiMetricsTest.java
61
TestLooper
mTestLooper
;
69
mTestLooper
= new TestLooper();
70
mWifiMetrics = new WifiMetrics(mClock,
mTestLooper
.getLooper());
[
all
...]
Completed in 75 milliseconds