Home | History | Annotate | Download | only in pdu

Lines Matching full:uri

20 import android.net.Uri;
113 * Data uri.
115 private Uri mUri = null;
147 * the data is stored as Uri.
161 * Set data uri. The data are stored as Uri.
163 * @param uri the uri
165 public void setDataUri(Uri uri) {
166 mUri = uri;
170 * @return The Uri of the part data or null if the data wasn't set or
174 public Uri getDataUri() {