Home
last modified time | relevance | path

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

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DAuptTestRunner.java71 public class AuptTestRunner extends InstrumentationTestRunner { class
73 private static final String LOG_TAG = AuptTestRunner.class.getSimpleName();
276 instrTest.injectInstrumentation(AuptTestRunner.this); in injectInstrumentation()
354 AuptTestRunner.this.getUiAutomation().executeShellCommand(
359 AuptTestRunner.this.getUiAutomation().executeShellCommand(
400 FilesystemUtil.dumpMeminfo(AuptTestRunner.this, "MemInfoDumper");
443 AuptTestRunner.this,
455 String compactMeminfo = MemHealthRecord.getProcessOutput(AuptTestRunner.this,
493 UiDevice.getInstance(AuptTestRunner.this).dumpWindowHierarchy(
659 UiDevice device = UiDevice.getInstance(AuptTestRunner.this);
[all …]