Searched defs:AUTHORITY (Results 1 - 25 of 25) 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);
/frameworks/base/core/java/android/provider/
H A DUserDictionary.java38 public static final String AUTHORITY = "user_dictionary"; field in class:UserDictionary
44 Uri.parse("content://" + AUTHORITY);
57 Uri.parse("content://" + AUTHORITY + "/words");
H A DBlockedNumberContract.java149 public static final String AUTHORITY = "com.android.blockednumber"; field in class:BlockedNumberContract
152 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
H A DVoicemailContract.java81 public static final String AUTHORITY = "com.android.voicemail"; field in class:VoicemailContract
130 Uri.parse("content://" + AUTHORITY + "/voicemail");
347 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status");
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.java55 public static final String AUTHORITY = "call_log"; field in class:CallLog
61 Uri.parse("content://" + AUTHORITY);
H A DContacts.java52 public static final String AUTHORITY = "contacts"; field in class:Contacts
59 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
H A DMediaStore.java54 public static final String AUTHORITY = "media"; field in class:MediaStore
56 private static final String CONTENT_AUTHORITY_SLASH = "content://" + AUTHORITY + "/";
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 DContactsContract.java115 public static final String AUTHORITY = "com.android.contacts"; field in class:ContactsContract
117 public static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
2450 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
4340 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
4356 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
4372 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
5795 * getContentResolver().applyBatch(ContactsContract.AUTHORITY, ops);
H A DSettings.java1428 public static final String AUTHORITY = "settings"; field in class:Settings
1740 Uri.parse("content://" + AUTHORITY + "/system");
4070 Uri.parse("content://" + AUTHORITY + "/secure");
6528 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/global");
9017 Uri.parse("content://" + AUTHORITY + "/bookmarks");
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
H A DAbstractJobTest.java44 static String AUTHORITY = StubProvider.DEFAULT_AUTHORITY; field in class:AbstractJobTest
66 mClient = mResolver.acquireContentProviderClient(AUTHORITY);
67 mDocs = new DocumentsProviderHelper(AUTHORITY, mClient);
/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
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DModelBackedDocumentsAdapterTest.java34 private static final String AUTHORITY = "test_authority"; field in class:ModelBackedDocumentsAdapterTest
53 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
54 mModel = new TestModel(AUTHORITY);
H A DModelTest.java48 private static final String AUTHORITY = "test_authority"; field in class:ModelTest
86 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
230 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
282 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
290 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
320 resolver.addProvider(AUTHORITY, provider);
H A DSectionBreakDocumentsAdapterWrapperTest.java35 private static final String AUTHORITY = "test_authority"; field in class:SectionBreakDocumentsAdapterWrapperTest
54 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY);
57 mModel = new TestModel(AUTHORITY);
72 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
97 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY);
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportStorageProvider.java37 private static final String AUTHORITY = "com.android.shell.documents"; field in class:BugreportStorageProvider
140 return DocumentsContract.buildChildDocumentsUri(AUTHORITY, DOC_ID_ROOT);
H A DBugreportProgressService.java118 private static final String AUTHORITY = "com.android.shell"; field in class:BugreportProgressService
1225 return file != null ? FileProvider.getUriForFile(context, AUTHORITY, file) : null;
/frameworks/base/tests/MusicServiceDemo/src/com/example/android/musicservicedemo/
H A DBrowserService.java73 public static final String AUTHORITY = "com.example.android.automotive.musicplayer"; field in class:BrowserService
74 public static final Uri BASE_URI = Uri.parse("content://" + AUTHORITY);
86 sUriMatcher.addURI(AUTHORITY, BROWSE_ROOT_BASE_PATH, BROWSE_ROOT);
87 sUriMatcher.addURI(AUTHORITY, NOW_PLAYING_PATH, NOW_PLAYING);
88 sUriMatcher.addURI(AUTHORITY, PIANO_BASE_PATH, PIANO);
89 sUriMatcher.addURI(AUTHORITY, VOICE_BASE_PATH, VOICE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DHbpcdLookup.java26 public static final String AUTHORITY = "hbpcd_lookup"; field in class:HbpcdLookup
29 Uri.parse("content://" + AUTHORITY);
47 Uri.parse("content://" + AUTHORITY + "/" + PATH_MCC_IDD);
60 Uri.parse("content://" + AUTHORITY + "/" + PATH_MCC_LOOKUP_TABLE);
80 Uri.parse("content://" + AUTHORITY + "/" + PATH_MCC_SID_CONFLICT);
93 Uri.parse("content://" + AUTHORITY + "/" + PATH_MCC_SID_RANGE);
106 Uri.parse("content://" + AUTHORITY + "/" + PATH_ARBITRARY_MCC_SID_MATCH);
119 Uri.parse("content://" + AUTHORITY + "/" + PATH_NANP_AREA_CODE);
/frameworks/support/documents-archive/tests/src/android/support/provider/
H A DStubProvider.java40 public static final String AUTHORITY = "android.support.provider.tests.mystubprovider"; field in class:StubProvider
43 public static final Uri NOTIFY_URI = DocumentsContract.buildRootsUri(AUTHORITY);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsProvider.java56 private static final String AUTHORITY = "com.android.documentsui.recents"; field in class:RecentsProvider
68 sMatcher.addURI(AUTHORITY, "recent", URI_RECENT);
70 sMatcher.addURI(AUTHORITY, "state/*/*/*", URI_STATE);
72 sMatcher.addURI(AUTHORITY, "resume/*", URI_RESUME);
86 public static final String AUTHORITY = "authority"; field in class:RecentsProvider.StateColumns
105 .authority(AUTHORITY).appendPath("recent").build();
109 return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY)
116 .authority(AUTHORITY).appendPath("resume").appendPath(packageName).build();
143 StateColumns.AUTHORITY + " TEXT," +
148 "PRIMARY KEY (" + StateColumns.AUTHORITY
[all...]
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java70 public static final String AUTHORITY = "com.android.externalstorage.documents"; field in class:ExternalStorageProvider
73 new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY).build();
778 AUTHORITY, docId);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java63 static final String AUTHORITY = "com.android.mtp.documents"; field in class:MtpDocumentsProvider
183 mResolver, DocumentsContract.buildRootsUri(MtpDocumentsProvider.AUTHORITY));
508 DocumentsContract.buildChildDocumentsUri(AUTHORITY, parentDocumentId),
/frameworks/base/media/java/android/media/tv/
H A DTvContract.java56 public static final String AUTHORITY = "android.media.tv"; field in class:TvContract
139 return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY)
307 && AUTHORITY.equals(uri.getAuthority());
366 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
1056 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
1606 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
2023 Uri.parse("content://" + AUTHORITY + "/watched_program");

Completed in 9038 milliseconds