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

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DBatteryStatsBackgroundStatsTest.java185 int bgCount = bi.getUidStats().get(UID).getWifiScanBackgroundCount(STATS_SINCE_CHARGED);
/frameworks/base/core/java/android/os/
H A DBatteryStats.java600 public abstract int getWifiScanBackgroundCount(int which); method in class:BatteryStats.Uid
3564 final int wifiScanCountBg = u.getWifiScanBackgroundCount(which);
4793 final int wifiScanCountBg = u.getWifiScanBackgroundCount(which);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java6382 public int getWifiScanBackgroundCount(int which) { method in class:BatteryStatsImpl.Uid

Completed in 44 milliseconds