Searched refs:VERBOSE_LOGGING_LEVEL_ENABLED (Results 1 – 6 of 6) sorted by relevance
8424 enableVerboseLogging(enable ? VERBOSE_LOGGING_LEVEL_ENABLED in setVerboseLoggingEnabled()8460 || verbose == VERBOSE_LOGGING_LEVEL_ENABLED; in enableVerboseLogging()8480 || verboseLoggingLevel == VERBOSE_LOGGING_LEVEL_ENABLED; in isVerboseLoggingEnabled()9242 public static final int VERBOSE_LOGGING_LEVEL_ENABLED = 1; field in WifiManager9267 VERBOSE_LOGGING_LEVEL_ENABLED,
599 ? WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED in checkAndStartWifi()5712 boolean enabled = verbose == WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED5744 mVerboseLoggingEnabled = WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED == mVerboseLoggingLevel5767 WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED == mVerboseLoggingLevel5803 enableVerboseLoggingInternal(WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED);
37 import static android.net.wifi.WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED;4135 verify(mWifiService).enableVerboseLogging(VERBOSE_LOGGING_LEVEL_ENABLED); in testVerboseLogging()4138 when(mWifiService.getVerboseLoggingLevel()).thenReturn(VERBOSE_LOGGING_LEVEL_ENABLED); in testVerboseLogging()
2023 verify(mWifiGlobals).setVerboseLoggingLevel(eq(WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED)); in testWifiVerboseLoggingInitialization()5252 mWifiServiceImpl.enableVerboseLogging(WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED); in testVerboseLoggingListener()5264 mWifiServiceImpl.enableVerboseLogging(WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED); in testVerboseLoggingListener()5322 mWifiServiceImpl.enableVerboseLogging(WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED); in testEnableVerboseLoggingWithNetworkSettingsPermission()5349 verify(mWifiGlobals).setVerboseLoggingLevel(eq(WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED)); in testEnableShowKeyVerboseLoggingWithNetworkSettingsPermission()5382 mWifiServiceImpl.enableVerboseLogging(WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED); in testEnableVerboseLoggingWithNoNetworkSettingsPermission()9191 WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED); // this logs in getSupportedFeaturesVerboseLoggingThrottled()
4054 .thenReturn(WifiManager.VERBOSE_LOGGING_LEVEL_ENABLED); in verifyConnectedModeRssiPollingWithSameSignalLevelVerboseLoggingEnabled()
941 field public static final int VERBOSE_LOGGING_LEVEL_ENABLED = 1; // 0x1