Searched defs:dumpsys (Results 1 – 7 of 7) sorted by relevance
40 Dumpsys dumpsys(sm.get()); in main() local
95 public static void dumpsys(PowerEntity[] powerEntity, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.PowerEntityUtils311 public static void dumpsys(Channel[] channel, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.ChannelUtils531 public static void dumpsys(EnergyConsumer[] energyConsumer, PrintWriter pw) { in dumpsys() method in ProtoStreamUtils.EnergyConsumerUtils
124 final String dumpsys = executeShellCommand("dumpsys batterystats --checkin"); in getNumberOfUidsInBatteryStats() local
23 def dumpsys(serial, topic): function
76 std::string dumpsys() { in dumpsys() function in android::__anon17f372500111::GpuMemTest
1190 Dumpsys dumpsys(sm.get()); in RunDumpsysTextByPriority() local1264 Dumpsys dumpsys(sm.get()); in RunDumpsysProto() local4011 std::vector<std::string> dumpsys = {"/system/bin/dumpsys", "-T", std::to_string(timeout_ms)}; in RunDumpsys() local
1445 protected String dumpsys(String... args) { in dumpsys() method in BaseShortcutManagerTest