Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/ctsprofiles/
DClassProfile.java163 return matchAllTypes(ClassType.API.getValue()); in isApiClass()
187 return matchAllTypes(ClassType.JUNIT4.getValue()); in isJunit4Class()
216 return matchAllTypes(ClassType.JUNIT3.getValue()); in isJunit3Class()
240 private boolean matchAllTypes(int typesValue) { in matchAllTypes() method in ClassProfile
DMethodProfile.java155 return matchAllTypes(MethodType.JUNIT3.getValue()); in isJunit3Method()
167 return matchAllTypes(MethodType.JUNIT4.getValue()); in isJunit4Method()
184 private boolean matchAllTypes(int typesValue) { in matchAllTypes() method in MethodProfile