Home
last modified time | relevance | path

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

/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DApkPackageNameCheck.java187 InstrumentationTest instrumentationTest = (InstrumentationTest) test; in testApkPackageNames() local
188 if (instrumentationTest.getPackageName() != null) { in testApkPackageNames()
189 if (!packageListNames.contains(instrumentationTest.getPackageName())) { in testApkPackageNames()
193 config.getName(), instrumentationTest.getPackageName())); in testApkPackageNames()