Searched refs:InstrumentationTest (Results 1 – 2 of 2) sorted by relevance
31 import com.android.tradefed.testtype.InstrumentationTest;186 if (test instanceof InstrumentationTest) { in testApkPackageNames()187 InstrumentationTest instrumentationTest = (InstrumentationTest) test; in testApkPackageNames()
74 public class InstrumentationTest { class