Home
last modified time | relevance | path

Searched defs:getDump (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DLockScreenInspector.java81 private <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in LockScreenInspector
DExternalStorageHostTest.java890 private <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in ExternalStorageHostTest
/cts/hostsidetests/statsdatom/src/android/cts/statsdatom/statsd/
DBaseTestCase.java80 public <T extends MessageLite> T getDump(Parser<T> parser, String command) in getDump() method in BaseTestCase
/cts/hostsidetests/incident/src/com/android/server/cts/
DProtoDumpTestCase.java99 public <T extends MessageLite> T getDump(Parser<T> parser, String command) throws Exception { in getDump() method in ProtoDumpTestCase
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/metrics/
DAtomMetricTester.java230 private <T extends MessageLite> T getDump(Parser<T> parser, String command) in getDump() method
/cts/common/host-side/util-axt/src/com/android/compatibility/common/util/
DWindowManagerUtil.java43 public static WindowManagerServiceDumpProto getDump(@Nonnull ITestDevice device) in getDump() method in WindowManagerUtil