Lines Matching defs:CONTENT_URI

277             return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
286 return cr.query(CONTENT_URI, projection, where,
293 public static final Uri CONTENT_URI = Uri.parse("content://sms");
431 public static final Uri CONTENT_URI = Uri.parse("content://sms/inbox");
453 return addMessageToUri(resolver, CONTENT_URI, address, body,
473 public static final Uri CONTENT_URI = Uri.parse("content://sms/sent");
493 return addMessageToUri(resolver, CONTENT_URI, address, body,
513 public static final Uri CONTENT_URI = Uri.parse("content://sms/draft");
536 public static final Uri CONTENT_URI = Uri.parse("content://sms/outbox");
558 return addMessageToUri(resolver, CONTENT_URI, address, body,
579 public static final Uri CONTENT_URI = Uri.parse("content://sms/conversations");
1550 public static final Uri CONTENT_URI = Uri.withAppendedPath(
1551 MmsSms.CONTENT_URI, "conversations");
1557 CONTENT_URI, "obsolete");
1646 public static final Uri CONTENT_URI = Uri.parse("content://mms");
1652 CONTENT_URI, "report-request");
1658 CONTENT_URI, "report-status");
1683 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
1693 return cr.query(CONTENT_URI, projection,
1759 CONTENT_URI = Uri.parse("content://mms/inbox");
1783 CONTENT_URI = Uri.parse("content://mms/sent");
1807 CONTENT_URI = Uri.parse("content://mms/drafts");
1831 CONTENT_URI = Uri.parse("content://mms/outbox");
1989 public static final Uri CONTENT_URI = Uri.withAppendedPath(
1990 Mms.CONTENT_URI, "rate");
2048 public static final Uri CONTENT_URI = Uri.parse("content://mms-sms/");
2133 public static final Uri CONTENT_URI = Uri.withAppendedPath(
2134 MmsSms.CONTENT_URI, "pending");
2238 public static final Uri CONTENT_URI = Uri.parse("content://telephony/carriers");
2407 public static final Uri CONTENT_URI = Uri.parse("content://cellbroadcasts");