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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 36 public static final String EXTRA_PHOTOS_URI = "photos_uri";
280 mIntent.putExtra(EXTRA_PHOTOS_URI, mPhotosUri);
PhotoViewController.java 226 if (intent.hasExtra(Intents.EXTRA_PHOTOS_URI)) {
227 mPhotosUri = intent.getStringExtra(Intents.EXTRA_PHOTOS_URI);
    [all...]

Completed in 191 milliseconds