Home
last modified time | relevance | path

Searched refs:setChargingState (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DHostAtomTests.java158 DeviceUtils.setChargingState(getDevice(), 5); in testChargingStateChangedAtom()
182 DeviceUtils.setChargingState(getDevice(), 1); in testChargingStateChangedAtom()
184 DeviceUtils.setChargingState(getDevice(), 2); in testChargingStateChangedAtom()
186 DeviceUtils.setChargingState(getDevice(), 3); in testChargingStateChangedAtom()
188 DeviceUtils.setChargingState(getDevice(), 4); in testChargingStateChangedAtom()
190 DeviceUtils.setChargingState(getDevice(), 5); in testChargingStateChangedAtom()
DAtomTestCase.java815 protected void setChargingState(int state) throws Exception { in setChargingState() method in AtomTestCase
826 setChargingState(3); in unplugDevice()
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/lib/
DDeviceUtils.java307 public static void setChargingState(ITestDevice device, int state) throws Exception { in setChargingState() method
318 setChargingState(device, 3); in unplugDevice()