Searched refs:isUnwrappedPrimitiveClass (Results 1 – 2 of 2) sorted by relevance
24 import static android.hardware.camera2.marshal.MarshalHelpers.isUnwrappedPrimitiveClass;151 if (isUnwrappedPrimitiveClass(mComponentClass) &&
112 public static boolean isUnwrappedPrimitiveClass(Class<?> klass) { in isUnwrappedPrimitiveClass() method in MarshalHelpers