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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java 55 public static final int INCLUDE_LOCAL_ONLY = 4;
57 INCLUDE_LOCAL_ONLY | INCLUDE_IMAGE;
59 INCLUDE_LOCAL_ONLY | INCLUDE_VIDEO;
61 INCLUDE_LOCAL_ONLY | INCLUDE_IMAGE | INCLUDE_VIDEO;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 310 typeBits |= DataManager.INCLUDE_LOCAL_ONLY;

Completed in 544 milliseconds