Searched refs:getDump (Results 1 – 6 of 6) sorted by relevance
50 getDump("dumpsys activity --proto processes")); in dumpProcesses()62 getDump("dumpsys activity --proto service")); in dumpServices()68 private static byte[] getDump(String command) { in getDump() method in DumpProtoUtils
62 return new SensorInfo(getDump(BiometricServiceStateProto.parser(), in getSensorInfo()66 private <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in BiometricDeviceTestCase
61 WindowManagerServiceDumpProto dumpProto = getDump( in checkCurrentState()79 private <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in LockScreenInspector
43 public static WindowManagerServiceDumpProto getDump(@Nonnull ITestDevice device) in getDump() method in WindowManagerUtil52 final WindowManagerServiceDumpProto windowManagerServiceDump = getDump(device); in getWindows()66 final WindowManagerServiceDumpProto windowManagerServiceDump = getDump(device); in getActivityRecords()
110 return getDump(ConfigMetricsReportList.parser(), in getReportList()209 private <T extends MessageLite> T getDump(Parser<T> parser, String command) in getDump() method in AtomMetricTester