HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_IMAGE (Results 1 - 2 of 2) sorted by null

  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPConst.java 121 String TYPE_IMAGE = "http://ns.adobe.com/xap/1.0/g/img/";
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 86 private static final String TYPE_IMAGE = "image";
146 AUTHORITY, getDocIdForIdent(TYPE_IMAGE, id));
219 } else if (TYPE_IMAGE.equals(ident.type)) {
424 if (TYPE_IMAGE.equals(ident.type) && ident.id != -1) {
457 } else if (TYPE_IMAGE.equals(ident.type)) {
602 final String docId = getDocIdForIdent(TYPE_IMAGE, id);
    [all...]

Completed in 247 milliseconds