Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DClassProfile.java151 if (matchAnyTypes(ClassType.ANNOTATION.getValue() | ClassType.API.getValue())) { in isTestClass()
168 return (isTestClass() && !matchAnyTypes( in isNonAbstractTestClass()
175 return matchAnyTypes( in testClassResolved()
236 private boolean matchAnyTypes(int typesValue) { in matchAnyTypes() method in ClassProfile
DMethodProfile.java137 return matchAnyTypes( in testMethodResolved()
180 private boolean matchAnyTypes(int typesValue) { in matchAnyTypes() method in MethodProfile