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.java185 int bgCount = bi.getUidStats().get(UID).getWifiScanBackgroundCount(STATS_SINCE_CHARGED); in testWifiScan() local
261 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in doTestAppBluetoothScanInternal() local
321 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testJob() local
382 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testSyncs() local
/frameworks/base/core/java/android/os/
DBatteryStats.java4085 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpCheckinLocked() local
4101 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpCheckinLocked() local
4150 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : 0; in dumpCheckinLocked() local
5680 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpLocked() local
5714 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpLocked() local
5795 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : 0; in dumpLocked() local