Searched refs:ARG_PHOTO_URI (Results 1 – 3 of 3) sorted by relevance
67 public static final String ARG_PHOTO_URI = "PHOTO_URI"; field in CallSubjectDialog229 arguments.putParcelable(ARG_PHOTO_URI, photoUri); in start()347 mPhotoUri = arguments.getParcelable(ARG_PHOTO_URI); in readArguments()
78 public static final String ARG_PHOTO_URI = "PHOTO_URI"; field in CallSubjectDialog242 arguments.putParcelable(ARG_PHOTO_URI, photoUri); in start()344 mPhotoUri = arguments.getParcelable(ARG_PHOTO_URI); in readArguments()
1576 thirdExtras.putParcelable(CallSubjectDialog.ARG_PHOTO_URI, in dataItemToEntry()