Searched refs:bgCount (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsBackgroundStatsTest.java | 184 int bgCount = bi.getUidStats().get(UID).getWifiScanBackgroundCount(STATS_SINCE_CHARGED); in testWifiScan() local 189 assertEquals(0, bgCount); in testWifiScan() 250 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testAppBluetoothScan() local 257 assertEquals(0, bgCount); // first scan starts in fg, second starts off-battery in testAppBluetoothScan() 310 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testJob() local 314 assertEquals(1, bgCount); in testJob() 371 int bgCount = bgTimer.getCountLocked(STATS_SINCE_CHARGED); in testSyncs() local 375 assertEquals(1, bgCount); in testSyncs()
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 3534 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpCheckinLocked() local 3537 totalTime, count, bgTime, bgCount); in dumpCheckinLocked() 3550 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpCheckinLocked() local 3553 totalTime, count, bgTime, bgCount); in dumpCheckinLocked() 3579 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : 0; in dumpCheckinLocked() local 3585 count, bgCount, actualTime, bgActualTime); in dumpCheckinLocked() 4920 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpLocked() local 4935 sb.append(bgCount); in dumpLocked() 4954 final int bgCount = bgTimer != null ? bgTimer.getCountLocked(which) : -1; in dumpLocked() local 4969 sb.append(bgCount); in dumpLocked() [all …]
|