Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsBackgroundStatsTest.java184 int bgCount = bi.getUidStats().get(UID).getWifiScanBackgroundCount(STATS_SINCE_CHARGED); in testWifiScan()
/frameworks/base/core/java/android/os/
DBatteryStats.java565 public abstract int getWifiScanBackgroundCount(int which); in getWifiScanBackgroundCount() method in BatteryStats.Uid
3417 final int wifiScanCountBg = u.getWifiScanBackgroundCount(which); in dumpCheckinLocked()
4565 final int wifiScanCountBg = u.getWifiScanBackgroundCount(which); in dumpLocked()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java6222 public int getWifiScanBackgroundCount(int which) { in getWifiScanBackgroundCount() method in BatteryStatsImpl.Uid