Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
DMarshalQueryableEnum.java110 Class<?> typeClass = (Class<?>)managedType.getType(); in isTypeMappingSupported() local
112 if (typeClass.isEnum()) { in isTypeMappingSupported()
114 Log.v(TAG, "possible enum detected for " + typeClass); in isTypeMappingSupported()
120 typeClass.getDeclaredConstructor(String.class, int.class); in isTypeMappingSupported()
124 Log.e(TAG, "Can't marshal class " + typeClass + "; no default constructor"); in isTypeMappingSupported()
127 Log.e(TAG, "Can't marshal class " + typeClass + "; not accessible"); in isTypeMappingSupported()