Home
last modified time | relevance | path

Searched refs:countWakelock (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/modules/StatsD/statsd/tests/e2e/
H A DConfigUpdate_e2e_test.cpp1876 CountMetric countWakelock = in TEST_F() local
1878 *countWakelock.mutable_dimensions_in_what() = in TEST_F()
1885 *config.add_count_metric() = countWakelock; in TEST_F()
1889 createAlert("AlertPreserve", countWakelock.id(), /*buckets=*/2, /*triggerSumGt=*/1); in TEST_F()
1893 Alert alertRemove = createAlert("AlertRemove", countWakelock.id(), 1, 0); in TEST_F()
2010 *newConfig.add_count_metric() = countWakelock; in TEST_F()
2013 Alert alertNew = createAlert("AlertNew", countWakelock.id(), /*buckets=*/1, /*triggerSumGt=*/1); in TEST_F()
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java5855 int countWakelock = 0; in dumpLocked()
5877 countWakelock++; in dumpLocked()
5888 if (countWakelock > 1) { in dumpLocked()