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 56 public static final int INCLUDE_LOCAL_ONLY = 4;
58 INCLUDE_LOCAL_ONLY | INCLUDE_IMAGE;
60 INCLUDE_LOCAL_ONLY | INCLUDE_VIDEO;
62 INCLUDE_LOCAL_ONLY | INCLUDE_IMAGE | INCLUDE_VIDEO;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 371 typeBits |= DataManager.INCLUDE_LOCAL_ONLY;

Completed in 63 milliseconds