Home
last modified time | relevance | path

Searched refs:resetBatteryStatus (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/batterystats/
DBatteryUsageStatsTests.java194 DeviceUtils.resetBatteryStatus(getDevice()); in plugInDevice()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java192 DeviceUtils.resetBatteryStatus(getDevice()); in testChargingStateChangedAtom()
248 DeviceUtils.resetBatteryStatus(getDevice()); in testPluggedStateChangedAtom()
299 DeviceUtils.resetBatteryStatus(getDevice()); in testBatteryLevelChangedAtom()
DUidAtomTests.java339 DeviceUtils.resetBatteryStatus(getDevice()); in testDeviceCalculatedPowerUse()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java431 public static void resetBatteryStatus(ITestDevice device) throws Exception { in resetBatteryStatus() method