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

  /frameworks/opt/photoviewer/src/com/android/ex/photo/
Intents.java 35 public static final String EXTRA_INITIAL_PHOTO_URI = "initial_photo_uri";
271 mIntent.putExtra(EXTRA_INITIAL_PHOTO_URI, mInitialPhotoUri);
PhotoViewController.java 263 if (intent.hasExtra(Intents.EXTRA_INITIAL_PHOTO_URI)) {
264 mCurrentPhotoUri = intent.getStringExtra(Intents.EXTRA_INITIAL_PHOTO_URI);
    [all...]

Completed in 301 milliseconds