OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSoftApManager
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiStateMachinePrimeTest.java
60
@Mock SoftApManager
mSoftApManager
;
112
return
mSoftApManager
;
125
verify(
mSoftApManager
).start();
174
verify(
mSoftApManager
).stop();
207
verify(
mSoftApManager
).stop();
269
verify(
mSoftApManager
).stop();
284
verify(
mSoftApManager
).stop();
368
.thenReturn(
mSoftApManager
);
373
.thenReturn(
mSoftApManager
);
SoftApManagerTest.java
83
SoftApManager
mSoftApManager
;
166
mSoftApManager
= createSoftApManager(null);
167
mSoftApManager
.stop();
180
mSoftApManager
.stop();
209
mSoftApManager
= createSoftApManager(config);
216
mSoftApManager
.start();
WifiStateMachineTest.java
353
@Mock SoftApManager
mSoftApManager
;
391
.thenReturn(
mSoftApManager
);
520
verify(
mSoftApManager
).start();
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiStateMachine.java
[
all
...]
Completed in 354 milliseconds