Searched defs:getWifiScanBackgroundCount (Results 1 - 2 of 2) sorted by relevance

/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 122 milliseconds