Home
last modified time | relevance | path

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

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java204 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testPluggedStateChangedAtom()
227 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testPluggedStateChangedAtom()
230 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testPluggedStateChangedAtom()
233 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testPluggedStateChangedAtom()
236 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testPluggedStateChangedAtom()
239 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testPluggedStateChangedAtom()
242 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testPluggedStateChangedAtom()
260 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testBatteryLevelChangedAtom()
280 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testBatteryLevelChangedAtom()
283 DeviceUtils.flushBatteryStatsHandlers(getDevice()); in testBatteryLevelChangedAtom()
[all …]
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java414 public static void flushBatteryStatsHandlers(ITestDevice device) throws Exception { in flushBatteryStatsHandlers() method