Home | History | Annotate | Download | only in cts

Lines Matching refs:executeShellCommand

62             getDevice().executeShellCommand("appops set --user " + user + " " + PKG_STATS
93 getDevice().executeShellCommand("sync");
177 getDevice().executeShellCommand("settings put global sys_storage_threshold_max_bytes 0");
178 getDevice().executeShellCommand("settings put global sys_storage_cache_max_bytes 0");
179 getDevice().executeShellCommand("svc data disable");
180 getDevice().executeShellCommand("svc wifi disable");
185 getDevice().executeShellCommand("pm trim-caches 4096G");
188 getDevice().executeShellCommand("pm trim-caches 4096G");
192 getDevice().executeShellCommand("settings delete global sys_storage_threshold_max_bytes");
193 getDevice().executeShellCommand("settings delete global sys_storage_cache_max_bytes");
194 getDevice().executeShellCommand("svc data enable");
195 getDevice().executeShellCommand("svc wifi enable");
204 getDevice().executeShellCommand("pm trim-caches 4096G");
205 getDevice().executeShellCommand("rm -rf /sdcard/*");
208 final String lastEvent = getDevice().executeShellCommand("logcat -d -b events -t 1");
225 getDevice().executeShellCommand("input keyevent KEY_HOME");
227 getDevice().executeShellCommand("am start -a android.settings.SETTINGS");
229 getDevice().executeShellCommand("input keyevent KEY_BACK");
231 getDevice().executeShellCommand("am start -a android.os.storage.action.MANAGE_STORAGE");
233 getDevice().executeShellCommand("input keyevent KEY_BACK");
238 String troubleLogs = getDevice().executeShellCommand(
252 getDevice().executeShellCommand("am wait-for-broadcast-idle");