Searched refs:EXTRA_RESOLVED_PHOTO_URI (Results 1 – 2 of 2) sorted by relevance
37 public static final String EXTRA_RESOLVED_PHOTO_URI = "resolved_photo_uri"; field in Intents295 mIntent.putExtra(EXTRA_RESOLVED_PHOTO_URI, mResolvedPhotoUri); in build()
210 mResolvedPhotoUri = mIntent.getStringExtra(Intents.EXTRA_RESOLVED_PHOTO_URI); in onCreate()