OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PnoEventHandler
(Results
1 - 7
of
7
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
WificondPnoScannerTest.java
89
WifiNative.
PnoEventHandler
pnoEventHandler
= mock(WifiNative.
PnoEventHandler
.class);
93
InOrder order = inOrder(
pnoEventHandler
, mWifiNative);
95
startSuccessfulPnoScan(null, pnoSettings, null,
pnoEventHandler
);
96
expectSuccessfulHwDisconnectedPnoScan(order, pnoSettings,
pnoEventHandler
, scanResults);
97
verifyNoMoreInteractions(
pnoEventHandler
);
108
WifiNative.
PnoEventHandler
pnoEventHandler
= mock(WifiNative.
PnoEventHandler
.class)
[
all
...]
WifiScanningServiceTest.java
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
WifiScannerImpl.java
141
WifiNative.
PnoEventHandler
eventHandler);
HalWifiScannerImpl.java
120
WifiNative.
PnoEventHandler
eventHandler) {
WificondScannerImpl.java
92
private WifiNative.
PnoEventHandler
mPnoEventHandler;
734
WifiNative.
PnoEventHandler
eventHandler) {
[
all
...]
WifiScanningServiceImpl.java
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
[
all
...]
Completed in 341 milliseconds