Home
last modified time | relevance | path

Searched refs:KEY_IN_CAMERA_ROLL (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java114 public static final String KEY_IN_CAMERA_ROLL = "in_camera_roll"; field in PhotoPage
393 boolean inCameraRoll = data.getBoolean(KEY_IN_CAMERA_ROLL, false); in onCreate()
DAlbumPage.java306 data.putBoolean(PhotoPage.KEY_IN_CAMERA_ROLL, mMediaSet.isCameraRoll()); in pickPhoto()
DAlbumSetPage.java272 data.putBoolean(PhotoPage.KEY_IN_CAMERA_ROLL, targetSet.isCameraRoll()); in pickAlbum()