Home
last modified time | relevance | path

Searched defs:bgCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsBackgroundStatsTest.java187 int bgCount = bi.getUidStats().get(UID).getWifiScanBackgroundCount(STATS_SINCE_CHARGED); in testWifiScan() local
263 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in doTestAppBluetoothScanInternal() local
323 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testJob() local
384 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testSyncs() local
/frameworks/base/core/java/android/os/
DBatteryStats.java4206 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpCheckinLocked() local
4222 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpCheckinLocked() local
4271 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : 0; in dumpCheckinLocked() local