Searched refs:getExpectedType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java177 private static Class<?> getExpectedType(int nativeType) { method in class:CameraMetadataNative
217 } else if (type != getExpectedType(nativeType)) {
219 " but we expected the type to be " + getExpectedType(nativeType));
334 } else if (type != getExpectedType(nativeType)) {
336 " but we expected the type to be " + getExpectedType(nativeType));

Completed in 59 milliseconds