Lines Matching refs:Uri
19 import android.net.Uri;
100 static final Uri CONTENT_URI = Uri.parse("content://" +
105 * The content:// style URL for this table. When this Uri is used, no notification is
108 static final Uri CONTENT_URI_NO_NOTIFICATION = Uri.parse("content://" +
120 static Uri getContentUri(long id, boolean notify) {
121 return Uri.parse("content://" + LauncherProvider.AUTHORITY +
229 * The URI associated with the favorite. It is used, for instance, by
233 static final String URI = "uri";