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

/frameworks/base/media/java/android/media/
H A DMediaSyncEvent.java57 if (!isValidType(eventType)) {
113 private static boolean isValidType(int type) { method in class:MediaSyncEvent
/frameworks/base/drm/java/android/drm/
H A DDrmInfoRequest.java146 && null != mRequestInformation && isValidType(mInfoType));
149 /* package */ static boolean isValidType(int infoType) { method in class:DrmInfoRequest
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifTag.java119 public static boolean isValidType(short type) { method in class:ExifTag

Completed in 1056 milliseconds