Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/utils/
DTypeReference.java73 if (containsTypeVariable(mType)) { in TypeReference()
89 if (containsTypeVariable(mType)) { in TypeReference()
271 public static boolean containsTypeVariable(Type type) { in containsTypeVariable() method in TypeReference
307 return containsTypeVariable(klass.getDeclaringClass()); in containsTypeVariable()
323 if (containsTypeVariable(arg)) { in containsTypeVariable()
349 return containsTypeVariable(wild.getLowerBounds()) || in containsTypeVariable()
350 containsTypeVariable(wild.getUpperBounds()); in containsTypeVariable()
424 private static boolean containsTypeVariable(Type[] typeArray) { in containsTypeVariable() method in TypeReference
430 if (containsTypeVariable(type)) { in containsTypeVariable()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraUtilsTypeReferenceTest.java59 containsTypeVariable(type)); in assertContainsTypeVariable()
64 containsTypeVariable(type)); in assertLacksTypeVariable()