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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java272 * @param turnOnVerbose Whether to turn on verbose logging or not.
274 public void setSupplicantLogLevel(boolean turnOnVerbose) { argument
275 mSupplicantStaIfaceHal.setLogLevel(turnOnVerbose);
H A DSupplicantStaIfaceHal.java1601 * @param turnOnVerbose Whether to turn on verbose logging or not.
1604 public boolean setLogLevel(boolean turnOnVerbose) { argument
1605 int logLevel = turnOnVerbose

Completed in 41 milliseconds