Home
last modified time | relevance | path

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

/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DApkPackageNameCheck.java31 import com.android.tradefed.testtype.InstrumentationTest;
186 if (test instanceof InstrumentationTest) { in testApkPackageNames()
187 InstrumentationTest instrumentationTest = (InstrumentationTest) test; in testApkPackageNames()
/cts/tests/app/src/android/app/cts/
DInstrumentationTest.java74 public class InstrumentationTest { class