Home
last modified time | relevance | path

Searched refs:mWifiLogProto (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiMetrics.java239 private final WifiMetricsProto.WifiLog mWifiLogProto = new WifiMetricsProto.WifiLog(); field in WifiMetrics
1245 mWifiLogProto.isLocationEnabled = enabled; in setIsLocationEnabled()
1251 mWifiLogProto.isScanningAlwaysEnabled = enabled; in setIsScanningAlwaysEnabled()
1261 mWifiLogProto.numNonEmptyScanResults++; in incrementNonEmptyScanResultCount()
1271 mWifiLogProto.numEmptyScanResults++; in incrementEmptyScanResultCount()
1281 mWifiLogProto.numBackgroundScans++; in incrementBackgroundScanCount()
1290 return mWifiLogProto.numBackgroundScans; in getBackgroundScanCount()
1299 mWifiLogProto.numOneshotScans++; in incrementOneshotScanCount()
1309 mWifiLogProto.numOneshotHasDfsChannelScans++; in incrementOneshotScanWithDfsCount()
1318 mWifiLogProto.numConnectivityOneshotScans++; in incrementConnectivityOneshotScanCount()
[all …]