Searched defs:getRawType (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/utils/
H A DTypeReference.java158 public final Class<? super T> getRawType() { method in class:TypeReference
159 return (Class<? super T>)getRawType(mType);
162 private static final Class<?> getRawType(Type type) { method in class:TypeReference
170 return (Class<?>)(((ParameterizedType)type).getRawType());
172 return getArrayClass(getRawType(((GenericArrayType)type).getGenericComponentType()));
175 return getRawType(((WildcardType) type).getUpperBounds());
184 private static final Class<?> getRawType(Type[] types) { method in class:TypeReference
190 Class<?> klass = getRawType(type);
384 out.append(((Class<?>)p.getRawType()).getName());
/frameworks/support/v4/kitkat/android/support/v4/provider/
H A DDocumentsContractApi19.java40 private static String getRawType(Context context, Uri self) { method in class:DocumentsContractApi19
45 final String rawType = getRawType(context, self);
54 return DocumentsContract.Document.MIME_TYPE_DIR.equals(getRawType(context, self));
58 final String type = getRawType(context, self);
82 if (TextUtils.isEmpty(getRawType(context, self))) {
96 final String type = getRawType(context, self);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 66 milliseconds