OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLoggingEventHandler
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiDiagnosticsTest.java
124
verify(mWifiNative).
setLoggingEventHandler
(anyObject());
136
when(mWifiNative.
setLoggingEventHandler
(anyObject())).thenReturn(false);
138
verify(mWifiNative).
setLoggingEventHandler
(anyObject());
141
when(mWifiNative.
setLoggingEventHandler
(anyObject())).thenReturn(true);
143
verify(mWifiNative).
setLoggingEventHandler
(anyObject());
146
/** Verifies that startLogging() does not make redundant calls to
setLoggingEventHandler
(). */
152
when(mWifiNative.
setLoggingEventHandler
(anyObject())).thenReturn(true);
154
verify(mWifiNative).
setLoggingEventHandler
(anyObject());
158
verify(mWifiNative, never()).
setLoggingEventHandler
(anyObject());
194
when(mWifiNative.
setLoggingEventHandler
(anyObject())).thenReturn(true)
[
all
...]
WifiVendorHalTest.java
[
all
...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiNative.java
[
all
...]
WifiDiagnostics.java
135
mIsLoggingEventHandlerRegistered = mWifiNative.
setLoggingEventHandler
(mHandler);
WifiVendorHal.java
[
all
...]
Completed in 578 milliseconds