Searched refs:mWifiLogProto (Results 1 – 1 of 1) sorted by relevance
239 private final WifiMetricsProto.WifiLog mWifiLogProto = new WifiMetricsProto.WifiLog(); field in WifiMetrics1245 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 …]