Searched defs:getMediaType (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMtpImage.java134 public int getMediaType() { method in class:MtpImage
H A DLocalImage.java301 public int getMediaType() { method in class:LocalImage
H A DLocalSource.java112 private static int getMediaType(String type, int defaultType) { method in class:LocalSource
129 int mediaType = getMediaType(
H A DLocalVideo.java199 public int getMediaType() { method in class:LocalVideo
H A DMediaObject.java41 // These are the bits returned from getMediaType():
94 public int getMediaType() { method in class:MediaObject
H A DUriImage.java240 public int getMediaType() { method in class:UriImage
H A DDataManager.java239 public int getMediaType(Path path) { method in class:DataManager
240 return getMediaObject(path).getMediaType();

Completed in 74 milliseconds