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/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java38 private static final String AUTHORITY = "com.android.documentsui.recents"; field in class:RecentsProvider
47 sMatcher.addURI(AUTHORITY, "recent", URI_RECENT);
49 sMatcher.addURI(AUTHORITY, "state/*/*/*", URI_STATE);
51 sMatcher.addURI(AUTHORITY, "resume/*", URI_RESUME);
65 public static final String AUTHORITY = "authority"; field in class:RecentsProvider.StateColumns
81 .authority(AUTHORITY).appendPath("recent").build();
85 return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY)
92 .authority(AUTHORITY).appendPath("resume").appendPath(packageName).build();
119 StateColumns.AUTHORITY + " TEXT," +
124 "PRIMARY KEY (" + StateColumns.AUTHORITY
[all...]
/frameworks/base/core/java/android/provider/
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.java158 public static final String AUTHORITY = "com.android.calendar"; field in class:CalendarContract
163 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
493 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
693 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars");
856 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees");
1276 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1640 Uri.parse("content://" + AUTHORITY + "/events");
1648 Uri.parse("content://" + AUTHORITY + "/exception");
1796 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1804 Uri.parse("content://" + AUTHORITY
[all...]
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.java812 public static final String AUTHORITY = "settings"; field in class:Settings
1010 Uri.parse("content://" + AUTHORITY + "/system");
2730 Uri.parse("content://" + AUTHORITY + "/secure");
4604 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/global");
6245 Uri.parse("content://" + AUTHORITY + "/bookmarks");
H A DContactsContract.java114 public static final String AUTHORITY = "com.android.contacts"; field in class:ContactsContract
116 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
2342 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
3998 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
4014 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
4030 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
5342 * 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/packages/Shell/src/com/android/shell/
H A DBugreportReceiver.java50 private static final String AUTHORITY = "com.android.shell"; field in class:BugreportReceiver
73 final Uri bugreportUri = FileProvider.getUriForFile(context, AUTHORITY, bugreportFile);
74 final Uri screenshotUri = FileProvider.getUriForFile(context, AUTHORITY, screenshotFile);
/frameworks/base/media/java/android/media/
H A DRingtone.java116 if (Settings.AUTHORITY.equals(authority)) {
127 if (MediaStore.AUTHORITY.equals(authority)) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java1025 if (authority.equals(MediaStore.AUTHORITY)) {
1053 if (authority.equals(MediaStore.AUTHORITY)) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java181 if (Contacts.AUTHORITY.equals(authority)) {
183 } else if (ContactsContract.AUTHORITY.equals(authority)) {

Completed in 2308 milliseconds