Searched refs:unplugDevice (Results 1 – 6 of 6) sorted by relevance
88 unplugDevice(); in runBatteryUsageStatsAtomTest()187 private void unplugDevice() throws Exception { in unplugDevice() method in BatteryUsageStatsTests188 DeviceUtils.unplugDevice(getDevice()); in unplugDevice()
65 DeviceUtils.unplugDevice(getDevice()); in testLooperStats()
67 DeviceUtils.unplugDevice(getDevice()); in testBinderStats()
203 DeviceUtils.unplugDevice(getDevice()); in testPluggedStateChangedAtom()229 DeviceUtils.unplugDevice(getDevice()); in testPluggedStateChangedAtom()235 DeviceUtils.unplugDevice(getDevice()); in testPluggedStateChangedAtom()241 DeviceUtils.unplugDevice(getDevice()); in testPluggedStateChangedAtom()715 DeviceUtils.unplugDevice(getDevice()); in turnBatterySaverOn()
328 DeviceUtils.unplugDevice(getDevice()); in testDeviceCalculatedPowerUse()
382 public static void unplugDevice(ITestDevice device) throws Exception { in unplugDevice() method