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.java184 int bgCount = bi.getUidStats().get(UID).getWifiScanBackgroundCount(STATS_SINCE_CHARGED); in testWifiScan() local
250 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testAppBluetoothScan() local
310 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testJob() local
371 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testSyncs() local
/frameworks/base/core/java/android/os/
DBatteryStats.java3534 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpCheckinLocked() local
3550 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpCheckinLocked() local
3579 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : 0; in dumpCheckinLocked() local
4920 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpLocked() local
4954 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpLocked() local
5011 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : 0; in dumpLocked() local