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

/frameworks/base/core/java/android/provider/
H A DApplications.java69 public static final String AUTHORITY = "applications"; field in class:Applications
76 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
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 DSubscribedFeeds.java47 public static final String AUTHORITY = "authority"; field in interface:SubscribedFeeds.FeedColumns
109 * _SYNC_ACCOUNT, AUTHORITY. SERVICE, and ROUTING_INFO.
113 * @param authority corresponds to the AUTHORITY column
124 values.put(SubscribedFeeds.Feeds.AUTHORITY, authority);
135 where.append(" AND " + SubscribedFeeds.Feeds.AUTHORITY + "=?");
145 where.append(" AND " + SubscribedFeeds.Feeds.AUTHORITY + "=?");
H A DCheckin.java43 public static final String AUTHORITY = "android.server.checkin"; field in class:Checkin
54 Uri.parse("content://" + AUTHORITY + "/" + TABLE_NAME);
132 Uri.parse("content://" + AUTHORITY + "/" + TABLE_NAME);
172 Uri.parse("content://" + AUTHORITY + "/" + TABLE_NAME);
192 Uri.parse("content://" + AUTHORITY + "/" + TABLE_NAME);
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 DCallLog.java32 public static final String AUTHORITY = "call_log"; field in class:CallLog
38 Uri.parse("content://" + AUTHORITY);
H A DSettings.java440 public static final String AUTHORITY = "settings"; field in class:Settings
854 Uri.parse("content://" + AUTHORITY + "/system");
1962 Uri.parse("content://" + AUTHORITY + "/secure");
2589 Uri.parse("content://" + AUTHORITY + "/gservices");
3704 Uri.parse("content://" + AUTHORITY + "/bookmarks");
H A DGmail.java85 public static final String AUTHORITY = "gmail-ls"; field in class:Gmail
88 "content://" + AUTHORITY + "/conversations/";
90 "content://" + AUTHORITY + "/labels/";
92 "content://" + AUTHORITY + "/messages/";
94 "content://" + AUTHORITY + "/settings/";
97 "content://" + AUTHORITY);
1806 * Gmail.AUTHORITY. If it is not then you should open the file directly.
H A DCalendar.java70 public static final String AUTHORITY = "calendar"; field in class:Calendar
76 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 DContactsContract.java98 public static final String AUTHORITY = "com.android.contacts"; field in class:ContactsContract
100 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
950 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1606 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1620 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
1634 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
2789 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
H A DMediaStore.java52 public static final String AUTHORITY = "media"; field in class:MediaStore
54 private static final String CONTENT_AUTHORITY_SLASH = "content://" + AUTHORITY + "/";
/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/tests/FrameworkTest/tests/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.java406 boolean isDrmAuthority = authority.equals(DrmStore.AUTHORITY);
407 if (isDrmAuthority || authority.equals(MediaStore.AUTHORITY)) {
447 boolean isDrmAuthority = authority.equals(DrmStore.AUTHORITY);
448 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/opt/com.google.android/
H A Dframework.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/googlelogin/ ...
/frameworks/base/core/java/android/pim/vcard/
H A DContactStruct.java1337 resolver.applyBatch(ContactsContract.AUTHORITY, operationList);

Completed in 192 milliseconds