Home
last modified time | relevance | path

Searched refs:dumpsys (Results 1 – 9 of 9) sorted by relevance

/tools/loganalysis/javatests/com/android/loganalysis/parser/
DDumpsysParserTest.java137 DumpsysItem dumpsys = new DumpsysParser().parse(inputBlock); in testDumpsysParser() local
138 assertNotNull(dumpsys.getBatteryStats()); in testDumpsysParser()
139 assertNotNull(dumpsys.getPackageStats()); in testDumpsysParser()
140 assertNotNull(dumpsys.getProcStats()); in testDumpsysParser()
141 assertNotNull(dumpsys.getWifiStats()); in testDumpsysParser()
/tools/test/openhst/resources/
Dstress_test.dsp_trigger_sw_rejection.ascii_proto9 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"
Dstress_test.dsp_monitoring_on_idle.ascii_proto5 command: "shell dumpsys battery unplug"
9 command: "shell 'dumpsys window | grep mCurrentFocus'"
13 command: "shell dumpsys deviceidle force-idle"
Dstress_test.dsp_trigger_and_screen_off.ascii_proto11 command: "shell 'dumpsys window | grep mCurrentFocus'"
23 command: "shell dumpsys battery unplug"
27 command: "shell dumpsys deviceidle force-idle"
Dstress_test.dsp_trigger_on_homescreen.ascii_proto10 command: "shell 'dumpsys window | grep mCurrentFocus'"
/tools/tradefederation/core/javatests/res/testconfigs/yaml/
Dtest-config.tf_yaml7 - run-command: "dumpsys value"
22 - run-command: "dumpsys value2"
/tools/loganalysis/src/com/android/loganalysis/item/
DBugreportItem.java202 public void setDumpsys(DumpsysItem dumpsys) { in setDumpsys() argument
203 setAttribute(DUMPSYS, dumpsys); in setDumpsys()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/token/
DCecControllerTokenProvider.java131 String dumpsys = device.executeShellCommand("dumpsys hdmi_control"); in getDumpsysLogicalAddress() local
132 BufferedReader reader = new BufferedReader(new StringReader(dumpsys)); in getDumpsysLogicalAddress()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DAndroidJUnitTest.java427 CommandResult dumpsys = in run() local
431 CLog.d("stdout: %s\nstderr: %s", dumpsys.getStdout(), dumpsys.getStderr()); in run()