Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/utils/testutils/java/com/android/test/filters/
H A DSelectTestTests.java61 private static final String METHOD_C5W = CLASS_C5 + "#methodW"; field in SelectTestTests
74 private static final Set<Description> TEST_METHOD_C5W = methodTest(METHOD_C5W);
224 final Filter filter = mBuilder.withSelectTest(METHOD_A1K, PACKAGE_B, METHOD_C5W).build(); in testSelectMethodAndPackage()
252 PACKAGE_C, METHOD_C5W, METHOD_C5X, METHOD_C6Y).build(); in testSelectMethodAndSamePackage()