Searched refs:isValidType (Results 1 - 4 of 4) 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 DDrmInfoStatus.java75 if (!DrmInfoRequest.isValidType(infoType)) {
H A DDrmInfoRequest.java146 && null != mRequestInformation && isValidType(mInfoType));
149 /* package */ static boolean isValidType(int infoType) { method in class:DrmInfoRequest
H A DDrmInfo.java167 && null != mData && mData.length > 0 && DrmInfoRequest.isValidType(mInfoType));

Completed in 86 milliseconds