Searched defs:getDump (Results 1 – 6 of 6) sorted by relevance
79 private <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in LockScreenInspector
66 private <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in BiometricDeviceTestCase
68 private static byte[] getDump(String command) { in getDump() method in DumpProtoUtils
209 private <T extends MessageLite> T getDump(Parser<T> parser, String command) in getDump() method in AtomMetricTester
99 public <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in ProtoDumpTestCase
43 public static WindowManagerServiceDumpProto getDump(@Nonnull ITestDevice device) in getDump() method in WindowManagerUtil