Searched refs:executeAndLog (Results 1 – 2 of 2) sorted by relevance
285 executeAndLog(cmd.toString()); in setPowerAllowlisted()289 executeAndLog("am set-standby-bucket " + TEST_APP_PACKAGE + " " + bucket); in setTestAppStandbyBucket()295 executeAndLog("dumpsys battery reset"); in setBatteryCharging()297 executeAndLog("dumpsys battery unplug"); in setBatteryCharging()298 executeAndLog("dumpsys battery set status " + in setBatteryCharging()304 private static String executeAndLog(String cmd) throws IOException { in executeAndLog() method in AppStandbyTests
212 executeAndLog("dumpsys battery reset"); in setCharging()215 executeAndLog("dumpsys battery unplug"); in setCharging()216 executeAndLog("dumpsys battery set status " in setCharging()221 private String executeAndLog(String command) throws IOException { in executeAndLog() method in ServiceKillTests