Searched refs:getWifiScanBackgroundCount (Results 1 – 3 of 3) sorted by relevance
184 int bgCount = bi.getUidStats().get(UID).getWifiScanBackgroundCount(STATS_SINCE_CHARGED); in testWifiScan()
565 public abstract int getWifiScanBackgroundCount(int which); in getWifiScanBackgroundCount() method in BatteryStats.Uid3417 final int wifiScanCountBg = u.getWifiScanBackgroundCount(which); in dumpCheckinLocked()4565 final int wifiScanCountBg = u.getWifiScanBackgroundCount(which); in dumpLocked()
6222 public int getWifiScanBackgroundCount(int which) { in getWifiScanBackgroundCount() method in BatteryStatsImpl.Uid