Searched refs:WIFI_FEATURE_LINK_LAYER_STATS (Results 1 – 10 of 10) sorted by relevance
3973 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in verifyConnectedModeRssiPolling()4008 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in verifyConnectedModeRssiPollingWithSameSignalLevel()4062 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in verifyConnectedModeRssiPollingWithSameSignalLevelVerboseLoggingEnabled()4122 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in verifyConnectedModeNetworkCapabilitiesBandwidthUpdate()4663 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in testAbnormalDisconnectNotifiesWifiBlocklistMonitor()4690 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in testAbnormalDisconnectIpReachabilityLostNotifiesWifiBlocklistMonitor()5410 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in internetValidationFailure_notUserSelected_expectTemporarilyDisabled()6031 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in verifyRssiPollChecksDataStall()6058 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in verifyRssiPollUpdatesWifiUsabilityMetrics()7986 WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in testWifiScoreReportDump()[all …]
558 WifiManager.WIFI_FEATURE_SCANNER | WifiManager.WIFI_FEATURE_LINK_LAYER_STATS; in testGetSupportedFeatures()576 | WifiManager.WIFI_FEATURE_LINK_LAYER_STATS in testGetSupportedFeatures()
101 | WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in testStaIfaceFeatureMaskTranslation()
148 | WifiManager.WIFI_FEATURE_LINK_LAYER_STATS); in testStaIfaceFeatureMaskTranslation()
1292 features |= WifiManager.WIFI_FEATURE_LINK_LAYER_STATS; in halToFrameworkStaFeatureSet()
916 features |= WifiManager.WIFI_FEATURE_LINK_LAYER_STATS; in halToFrameworkStaIfaceCapability()
3868 public static final long WIFI_FEATURE_LINK_LAYER_STATS = 1L << 16; // Link layer stats field in WifiManager4201 return isFeatureSupported(WIFI_FEATURE_LINK_LAYER_STATS); in isEnhancedPowerReportingSupported()
26 import static android.net.wifi.WifiManager.WIFI_FEATURE_LINK_LAYER_STATS;1643 return (getSupportedFeatures() & WIFI_FEATURE_LINK_LAYER_STATS) != 0; in isLinkLayerStatsSupported()
3211 if ((getSupportedFeatures() & WifiManager.WIFI_FEATURE_LINK_LAYER_STATS) == 0) { in getWifiActivityEnergyInfoAsync()
1915 Landroid/net/wifi/WifiManager;->WIFI_FEATURE_LINK_LAYER_STATS:I