Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java335 final String testSuffix = ".test"; in isGradleInstrumentation() local
337 return testPackage.endsWith(testSuffix) && testPackage.length() > testSuffix.length() in isGradleInstrumentation()
338 && testPackage.substring(0, testPackage.length() - testSuffix.length()) in isGradleInstrumentation()