Searched refs:EXTRA_CONTENT_URI (Results 1 – 5 of 5) sorted by relevance
157 sentIntent.putExtra(SendMessageAction.EXTRA_CONTENT_URI, contentUri); in sendMms()257 downloadedIntent.putExtra(SendMessageAction.EXTRA_CONTENT_URI, contentUri); in downloadMms()
89 public static final String EXTRA_CONTENT_URI = "content_uri"; field in DownloadMmsAction
92 extras.getParcelable(SendMessageAction.EXTRA_CONTENT_URI)); in processMmsSent()
83 public static final String EXTRA_CONTENT_URI = "content_uri"; field in SendMessageAction
98 final Uri contentUri = extras.getParcelable(DownloadMmsAction.EXTRA_CONTENT_URI); in processMessageDownloaded()