Searched defs:isVerboseLoggingEnabled (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A DWifiTracker.java90 private static boolean isVerboseLoggingEnabled() { method in class:WifiTracker
98 * <p>{@link #isVerboseLoggingEnabled()} should be read rather than referencing this value
509 if (isVerboseLoggingEnabled()) {
886 if (isVerboseLoggingEnabled()) {
H A DAccessPoint.java447 if (isVerboseLoggingEnabled()) {
526 if(isVerboseLoggingEnabled() && changed) {
557 if (isVerboseLoggingEnabled()) {
893 if (isVerboseLoggingEnabled()) {
1382 private static boolean isVerboseLoggingEnabled() { method in class:AccessPoint
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java215 BugReport report = captureBugreport(reason, isVerboseLoggingEnabled());
221 BugReport report = captureBugreport(errorCode, isVerboseLoggingEnabled());
418 private boolean isVerboseLoggingEnabled() { method in class:WifiDiagnostics
664 isVerboseLoggingEnabled());
665 dumpPacketFatesInternal(pw, "Latest fates", fetchPacketFates(), isVerboseLoggingEnabled());

Completed in 297 milliseconds