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

/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestProvider.java25 final static String AUTHORITY = "android.provider.TestProvider"; field in class:TestProvider
30 setupSuggestions(AUTHORITY, MODE);
H A DSearchRecentSuggestionsProviderTest.java43 super(TestProvider.class, TestProvider.AUTHORITY);
56 TestProvider.AUTHORITY, TestProvider.MODE);
379 String uriStr = "content://" + TestProvider.AUTHORITY +
/frameworks/base/core/java/android/provider/
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 DUserDictionary.java35 public static final String AUTHORITY = "user_dictionary"; field in class:UserDictionary
41 Uri.parse("content://" + AUTHORITY);
54 Uri.parse("content://" + AUTHORITY + "/words");
H A DVoicemailContract.java71 public static final String AUTHORITY = "com.android.voicemail"; field in class:VoicemailContract
114 Uri.parse("content://" + AUTHORITY + "/voicemail");
209 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status");
H A DCalendarContract.java161 public static final String AUTHORITY = "com.android.calendar"; field in class:CalendarContract
166 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
489 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
685 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars");
847 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees");
1267 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1627 Uri.parse("content://" + AUTHORITY + "/events");
1635 Uri.parse("content://" + AUTHORITY + "/exception");
1782 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1790 Uri.parse("content://" + AUTHORITY
[all...]
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 DBrowserContract.java46 public static final String AUTHORITY = "com.android.browser"; field in class:BrowserContract
49 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
H A DCallLog.java37 public static final String AUTHORITY = "call_log"; field in class:CallLog
43 Uri.parse("content://" + AUTHORITY);
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.java51 public static final String AUTHORITY = "media"; field in class:MediaStore
53 private static final String CONTENT_AUTHORITY_SLASH = "content://" + AUTHORITY + "/";
H A DSettings.java677 public static final String AUTHORITY = "settings"; field in class:Settings
871 Uri.parse("content://" + AUTHORITY + "/system");
2574 Uri.parse("content://" + AUTHORITY + "/secure");
4130 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/global");
5630 Uri.parse("content://" + AUTHORITY + "/bookmarks");
H A DContactsContract.java116 public static final String AUTHORITY = "com.android.contacts"; field in class:ContactsContract
118 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
2277 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
3922 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
3938 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
3954 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
5259 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
/frameworks/base/tests/ActivityTests/src/com/google/android/test/activity/
H A DSingleUserProvider.java27 static final String AUTHORITY = "com.google.android.test.activity.single_user"; field in class:SingleUserProvider
H A DActivityTestMain.java193 SingleUserProvider.AUTHORITY);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryCommitter.java84 ContactsContract.AUTHORITY, operationList);
H A DVCardComposer.java386 if (!ContactsContract.AUTHORITY.equals(contentUri.getAuthority())) {
/frameworks/base/media/java/android/media/
H A DRingtone.java121 if (Settings.AUTHORITY.equals(authority)) {
132 if (DrmStore.AUTHORITY.equals(authority)) {
134 } else if (MediaStore.AUTHORITY.equals(authority)) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java976 boolean isDrmAuthority = authority.equals(DrmStore.AUTHORITY);
977 if (isDrmAuthority || authority.equals(MediaStore.AUTHORITY)) {
1017 boolean isDrmAuthority = authority.equals(DrmStore.AUTHORITY);
1018 if (isDrmAuthority || authority.equals(MediaStore.AUTHORITY)) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java176 if (Contacts.AUTHORITY.equals(authority)) {
178 } else if (ContactsContract.AUTHORITY.equals(authority)) {

Completed in 1522 milliseconds