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.java153 DeviceUtils.resetBatteryStatus(getDevice()); in plugInDevice()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java197 DeviceUtils.resetBatteryStatus(getDevice()); in testChargingStateChangedAtom()
248 DeviceUtils.resetBatteryStatus(getDevice()); in testPluggedStateChangedAtom()
293 DeviceUtils.resetBatteryStatus(getDevice()); in testBatteryLevelChangedAtom()
DUidAtomTests.java322 DeviceUtils.resetBatteryStatus(getDevice()); in testDeviceCalculatedPowerUse()
362 DeviceUtils.resetBatteryStatus(getDevice()); in testDeviceCalculatedPowerBlameUid()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java360 public static void resetBatteryStatus(ITestDevice device) throws Exception { in resetBatteryStatus() method