Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DTestUtil.java50 TestResultInstrumentation instrumentation, in setupMtpDevice()
109 TestResultInstrumentation instrumentation, in waitForStorages()
DMtpManagerTest.java57 public TestResultInstrumentation getInstrumentation() { in getInstrumentation()
58 return (TestResultInstrumentation) super.getInstrumentation(); in getInstrumentation()
DTestResultInstrumentation.java30 public class TestResultInstrumentation extends InstrumentationTestRunner implements TestListener { class