Searched refs:INCLUDE_LOCAL_ONLY (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDataManager.java56 public static final int INCLUDE_LOCAL_ONLY = 4; field in class:DataManager
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/
H A DGalleryUtils.java371 typeBits |= DataManager.INCLUDE_LOCAL_ONLY;

Completed in 55 milliseconds