Searched refs:turnOnVerbose (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java1330 * @param turnOnVerbose Whether to turn on verbose logging or not.
1332 public void setSupplicantLogLevel(boolean turnOnVerbose) { argument
1333 mSupplicantStaIfaceHal.setLogLevel(turnOnVerbose);
H A DSupplicantStaIfaceHal.java2071 * @param turnOnVerbose Whether to turn on verbose logging or not.
2074 public boolean setLogLevel(boolean turnOnVerbose) { argument
2076 int logLevel = turnOnVerbose

Completed in 60 milliseconds