Home
last modified time | relevance | path

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

/cts/tools/cts-api-coverage/src/com/android/cts/apicommon/
DApiClass.java268 || (isGenericType(apiType) && !testType.equals(VOID)) in compareType()
277 private static boolean isGenericType(String type) { in isGenericType() method in ApiClass
294 return type.length() == 3 && isGenericType(type.substring(0, 1)) && isArrayType(type); in isGenericArrayType()