Searched refs:dumpsys (Results 1 – 9 of 9) sorted by relevance
137 DumpsysItem dumpsys = new DumpsysParser().parse(inputBlock); in testDumpsysParser() local138 assertNotNull(dumpsys.getBatteryStats()); in testDumpsysParser()139 assertNotNull(dumpsys.getPackageStats()); in testDumpsysParser()140 assertNotNull(dumpsys.getProcStats()); in testDumpsysParser()141 assertNotNull(dumpsys.getWifiStats()); in testDumpsysParser()
9 command: "shell 'dumpsys window | grep mCurrentFocus'"21 command: "shell dumpsys battery unplug"25 command: "shell dumpsys deviceidle force-idle"34 command: "shell 'dumpsys window | grep mCurrentFocus'"46 command: "shell dumpsys battery unplug"50 command: "shell dumpsys deviceidle force-idle"
5 command: "shell dumpsys battery unplug"9 command: "shell 'dumpsys window | grep mCurrentFocus'"13 command: "shell dumpsys deviceidle force-idle"
11 command: "shell 'dumpsys window | grep mCurrentFocus'"23 command: "shell dumpsys battery unplug"27 command: "shell dumpsys deviceidle force-idle"
10 command: "shell 'dumpsys window | grep mCurrentFocus'"
7 - run-command: "dumpsys value"22 - run-command: "dumpsys value2"
202 public void setDumpsys(DumpsysItem dumpsys) { in setDumpsys() argument203 setAttribute(DUMPSYS, dumpsys); in setDumpsys()
131 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in getDumpsysLogicalAddress() local132 BufferedReader reader = new BufferedReader(new StringReader(dumpsys)); in getDumpsysLogicalAddress()
427 CommandResult dumpsys = in run() local431 CLog.d("stdout: %s\nstderr: %s", dumpsys.getStdout(), dumpsys.getStderr()); in run()