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

  /packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetDatabaseHelper.java 54 public static final int TYPE_ALBUM = 2;
84 } else if (type == TYPE_ALBUM) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaDocumentsProvider.java 95 private static final String TYPE_ALBUM = "album";
261 } else if (TYPE_ALBUM.equals(ident.type)) {
360 } else if (TYPE_ALBUM.equals(ident.type)) {
702 final String docId = getDocIdForIdent(TYPE_ALBUM, id);
    [all...]

Completed in 50 milliseconds