Searched refs:AUTHORITY (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DSocialContract.java33 public static final String AUTHORITY = "com.android.social"; field in class:SocialContract
36 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
H A DUserDictionary.java35 public static final String AUTHORITY = "user_dictionary"; field in class:UserDictionary
41 Uri.parse("content://" + AUTHORITY);
51 Uri.parse("content://" + AUTHORITY + "/words");
H A DApplications.java36 public static final String AUTHORITY = "applications"; field in class:Applications
41 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
93 if (!AUTHORITY.equals(appUri.getAuthority())) return null;
H A DDrmStore.java45 public static final String AUTHORITY = "drm"; field in class:DrmStore
86 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/images");
91 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/audio");
H A DCalendar.java62 public static final String AUTHORITY = "com.android.calendar"; field in class:Calendar
68 Uri.parse("content://" + AUTHORITY);
247 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars");
355 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees");
605 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
834 Uri.parse("content://" + AUTHORITY + "/events");
837 Uri.parse("content://" + AUTHORITY + "/deleted_events");
879 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
882 Uri.parse("content://" + AUTHORITY + "/instances/whenbyday");
969 Uri.parse("content://" + AUTHORITY
[all...]
H A DCallLog.java33 public static final String AUTHORITY = "call_log"; field in class:CallLog
39 Uri.parse("content://" + AUTHORITY);
H A DSettings.java550 public static final String AUTHORITY = "settings"; field in class:Settings
1039 Uri.parse("content://" + AUTHORITY + "/system");
2304 Uri.parse("content://" + AUTHORITY + "/secure");
3544 Uri.parse("content://" + AUTHORITY + "/bookmarks");
H A DContacts.java53 public static final String AUTHORITY = "contacts"; field in class:Contacts
60 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
H A DMediaStore.java52 public static final String AUTHORITY = "media"; field in class:MediaStore
54 private static final String CONTENT_AUTHORITY_SLASH = "content://" + AUTHORITY + "/";
H A DContactsContract.java107 public static final String AUTHORITY = "com.android.contacts"; field in class:ContactsContract
109 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
1321 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
2207 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
2221 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
2235 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
3505 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
/frameworks/base/media/java/android/media/
H A DRingtone.java125 if (Settings.AUTHORITY.equals(authority)) {
136 if (DrmStore.AUTHORITY.equals(authority)) {
138 } else if (MediaStore.AUTHORITY.equals(authority)) {
/frameworks/base/core/tests/coretests/src/android/content/
H A DSearchRecentSuggestionsProviderTest.java30 final static String AUTHORITY = "android.content.TestProvider"; field in class:TestProvider
35 setupSuggestions(AUTHORITY, MODE);
57 super(TestProvider.class, TestProvider.AUTHORITY);
70 TestProvider.AUTHORITY, TestProvider.MODE);
391 String uriStr = "content://" + TestProvider.AUTHORITY +
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java644 boolean isDrmAuthority = authority.equals(DrmStore.AUTHORITY);
645 if (isDrmAuthority || authority.equals(MediaStore.AUTHORITY)) {
685 boolean isDrmAuthority = authority.equals(DrmStore.AUTHORITY);
686 if (isDrmAuthority || authority.equals(MediaStore.AUTHORITY)) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java152 if (Contacts.AUTHORITY.equals(authority)) {
154 } else if (ContactsContract.AUTHORITY.equals(authority)) {
/frameworks/base/core/java/android/pim/vcard/
H A DVCardEntry.java1360 ContactsContract.AUTHORITY, operationList);

Completed in 8465 milliseconds