OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VERBOSE_NO_LOG
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLogger.java
60
public static final int
VERBOSE_NO_LOG
= 0;
101
private int mLogLevel =
VERBOSE_NO_LOG
;
190
if (mLogLevel !=
VERBOSE_NO_LOG
) {
193
mLogLevel =
VERBOSE_NO_LOG
;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiLoggerTest.java
163
eq(WifiLogger.
VERBOSE_NO_LOG
), anyInt(), anyInt(), anyInt(),
Completed in 1081 milliseconds