Home
last modified time | relevance | path

Searched refs:AUTHORITY (Results 1 – 25 of 252) sorted by relevance

1234567891011

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountSyncDetailsPreferenceControllerTest.java75 private static final String AUTHORITY = "authority"; field in AccountSyncDetailsPreferenceControllerTest
114 SyncAdapterType syncAdapterType = new SyncAdapterType(AUTHORITY, in refreshUi_syncAdapterDoesNotHaveSameAccountType_shouldNotBeShown()
127 SyncAdapterType syncAdapterType = new SyncAdapterType(AUTHORITY, in refreshUi_syncAdapterIsNotVisible_shouldNotBeShown()
140 SyncAdapterType syncAdapterType = new SyncAdapterType(AUTHORITY, in refreshUi_syncAdapterIsNotSyncable_shouldNotBeShown()
145 ShadowContentResolver.setIsSyncable(mAccount, AUTHORITY, /* syncable= */ NOT_SYNCABLE); in refreshUi_syncAdapterIsNotSyncable_shouldNotBeShown()
155 SyncAdapterType syncAdapterType = new SyncAdapterType(AUTHORITY, in refreshUi_syncAdapterDoesNotHaveProviderInfo_shouldNotBeShown()
160 ShadowContentResolver.setIsSyncable(mAccount, AUTHORITY, /* syncable= */ SYNCABLE); in refreshUi_syncAdapterDoesNotHaveProviderInfo_shouldNotBeShown()
172 SyncAdapterType syncAdapterType = new SyncAdapterType(AUTHORITY, in refreshUi_providerInfoDoesNotHaveLabel_shouldNotBeShown()
177 ShadowContentResolver.setIsSyncable(mAccount, AUTHORITY, /* syncable= */ SYNCABLE); in refreshUi_providerInfoDoesNotHaveLabel_shouldNotBeShown()
180 info.authority = AUTHORITY; in refreshUi_providerInfoDoesNotHaveLabel_shouldNotBeShown()
[all …]
DAccountDetailsWithSyncStatusPreferenceControllerTest.java57 private static final String AUTHORITY = "authority"; field in AccountDetailsWithSyncStatusPreferenceControllerTest
89 setUpVisibleSyncAdapters(AUTHORITY); in refreshUi_syncIsNotFailing_summaryShouldBeBlank()
98 setUpVisibleSyncAdapters(AUTHORITY); in refreshUi_syncIsFailing_summaryShouldBeSet()
101 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ true, in refreshUi_syncIsFailing_summaryShouldBeSet()
108 ShadowContentResolver.setSyncStatus(mAccount, AUTHORITY, status); in refreshUi_syncIsFailing_summaryShouldBeSet()
118 setUpVisibleSyncAdapters(AUTHORITY); in onSyncStatusChanged_summaryShouldUpdated()
125 ContentResolver.setSyncAutomaticallyAsUser(mAccount, AUTHORITY, /* sync= */ true, in onSyncStatusChanged_summaryShouldUpdated()
132 ShadowContentResolver.setSyncStatus(mAccount, AUTHORITY, status); in onSyncStatusChanged_summaryShouldUpdated()
DAccountSyncDetailsFragmentTest.java66 private static final String AUTHORITY = "authority"; field in AccountSyncDetailsFragmentTest
116 setUpSyncAdapters(AUTHORITY, AUTHORITY_2); in onButtonClicked_doesNotHaveActiveSyncs_shouldSyncSyncableAdapters()
127 assertThat(values).contains(AUTHORITY); in onButtonClicked_doesNotHaveActiveSyncs_shouldSyncSyncableAdapters()
133 setUpSyncAdapters(AUTHORITY, AUTHORITY_2); in onButtonClicked_doesNotHaveActiveSyncs_oneTimeSyncIsOff_shouldNotSyncOffAdapters()
148 assertThat(values).contains(AUTHORITY); in onButtonClicked_doesNotHaveActiveSyncs_oneTimeSyncIsOff_shouldNotSyncOffAdapters()
154 setUpSyncAdapters(AUTHORITY, AUTHORITY_2); in onButtonClicked_doesNotHaveActiveSyncs_oneTimeSyncIsOn_shouldSyncOffAdapters()
169 assertThat(values).contains(AUTHORITY); in onButtonClicked_doesNotHaveActiveSyncs_oneTimeSyncIsOn_shouldSyncOffAdapters()
181 setUpSyncAdapters(AUTHORITY, AUTHORITY_2); in onButtonClicked_doesHaveActiveSyncs_shouldCancelSyncForSyncableAdapters()
192 assertThat(values).contains(AUTHORITY); in onButtonClicked_doesHaveActiveSyncs_shouldCancelSyncForSyncableAdapters()
/packages/apps/TV/src/com/android/tv/util/
DTvUriMatcher.java62 URI_MATCHER.addURI(TvContract.AUTHORITY, "channel", MATCH_CHANNEL); in URI_MATCHER.addURI() argument
63 URI_MATCHER.addURI(TvContract.AUTHORITY, "channel/#", MATCH_CHANNEL_ID); in URI_MATCHER.addURI() argument
64 URI_MATCHER.addURI(TvContract.AUTHORITY, "program", MATCH_PROGRAM); in URI_MATCHER.addURI() argument
65 URI_MATCHER.addURI(TvContract.AUTHORITY, "program/#", MATCH_PROGRAM_ID); in URI_MATCHER.addURI() argument
66 URI_MATCHER.addURI(TvContract.AUTHORITY, "recorded_program", MATCH_RECORDED_PROGRAM); in URI_MATCHER.addURI() argument
67 URI_MATCHER.addURI(TvContract.AUTHORITY, "recorded_program/#", MATCH_RECORDED_PROGRAM_ID); in URI_MATCHER.addURI() argument
68 URI_MATCHER.addURI(TvContract.AUTHORITY, "watched_program/#", MATCH_WATCHED_PROGRAM_ID); in URI_MATCHER.addURI() argument
70 LocalSearchProvider.AUTHORITY, in URI_MATCHER.addURI() argument
/packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/legal/
DModuleLicenseProviderTest.java89 .authority(ModuleLicenseProvider.AUTHORITY) in getType_notContentScheme_throwsIllegalArgumentException()
111 .authority(ModuleLicenseProvider.AUTHORITY) in getType_emptyPath_throwsIllegalArgumentException()
120 .authority(ModuleLicenseProvider.AUTHORITY) in getType_missingPackageName_throwsIllegalArgumentException()
130 .authority(ModuleLicenseProvider.AUTHORITY) in getType_missingFileName_throwsIllegalArgumentException()
140 .authority(ModuleLicenseProvider.AUTHORITY) in getType_incorrectFileName_throwsIllegalArgumentException()
159 .authority(ModuleLicenseProvider.AUTHORITY) in getType_packageNotAModule_throwsIllegalArgumentException()
178 .authority(ModuleLicenseProvider.AUTHORITY) in getType_validUri_returnsHtmlMimeType()
189 .authority(ModuleLicenseProvider.AUTHORITY) in openFile_notContentScheme_throwsIllegalArgumentException()
211 .authority(ModuleLicenseProvider.AUTHORITY) in openFile_emptyPath_throwsIllegalArgumentException()
220 .authority(ModuleLicenseProvider.AUTHORITY) in openFile_missingPackageName_throwsIllegalArgumentException()
[all …]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DHbpcdLookupProvider.java75 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, HbpcdLookup.PATH_MCC_IDD, MCC_IDD); in sURIMatcher.addURI() argument
76 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, in sURIMatcher.addURI() argument
79 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, in sURIMatcher.addURI() argument
81 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, HbpcdLookup.PATH_MCC_SID_RANGE, MCC_SID_RANGE); in sURIMatcher.addURI() argument
82 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, HbpcdLookup.PATH_NANP_AREA_CODE, NANP_AREA_CODE); in sURIMatcher.addURI() argument
83 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, in sURIMatcher.addURI() argument
85 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, HbpcdLookup.PATH_MCC_IDD + "/#", MCC_IDD_ID); in sURIMatcher.addURI() argument
86 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, in sURIMatcher.addURI() argument
88 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, in sURIMatcher.addURI() argument
90 sURIMatcher.addURI(HbpcdLookup.AUTHORITY, in sURIMatcher.addURI() argument
[all …]
DMmsSmsProvider.java239 private static final String AUTHORITY = "mms-sms"; field in MmsSmsProvider
242 URI_MATCHER.addURI(AUTHORITY, "conversations", URI_CONVERSATIONS); in URI_MATCHER.addURI() argument
243 URI_MATCHER.addURI(AUTHORITY, "complete-conversations", URI_COMPLETE_CONVERSATIONS); in URI_MATCHER.addURI() argument
247 AUTHORITY, "conversations/#", URI_CONVERSATIONS_MESSAGES); in URI_MATCHER.addURI() argument
249 AUTHORITY, "conversations/#/recipients", in URI_MATCHER.addURI() argument
253 AUTHORITY, "conversations/#/subject", in URI_MATCHER.addURI() argument
257 URI_MATCHER.addURI(AUTHORITY, "conversations/obsolete", URI_OBSOLETE_THREADS); in URI_MATCHER.addURI() argument
260 AUTHORITY, "messages/byphone/*", in URI_MATCHER.addURI() argument
266 URI_MATCHER.addURI(AUTHORITY, "threadID", URI_THREAD_ID); in URI_MATCHER.addURI() argument
269 URI_MATCHER.addURI(AUTHORITY, "canonical-address/#", URI_CANONICAL_ADDRESS); in URI_MATCHER.addURI() argument
[all …]
/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DBugStorageProvider.java60 private static final String AUTHORITY = "com.android.car.bugreport"; field in BugStorageProvider
100 Uri.parse("content://" + AUTHORITY + "/" + BUG_REPORTS_TABLE);
184 return Uri.parse("content://" + AUTHORITY + "/" + BUG_REPORTS_TABLE + "/" in buildUriWithSegment()
190 mUriMatcher.addURI(AUTHORITY, BUG_REPORTS_TABLE, URL_MATCHED_BUG_REPORTS_URI); in BugStorageProvider()
191 mUriMatcher.addURI(AUTHORITY, BUG_REPORTS_TABLE + "/#", URL_MATCHED_BUG_REPORT_ID_URI); in BugStorageProvider()
193 AUTHORITY, BUG_REPORTS_TABLE + "/" + URL_SEGMENT_DELETE_FILES + "/#", in BugStorageProvider()
196 AUTHORITY, BUG_REPORTS_TABLE + "/" + URL_SEGMENT_COMPLETE_DELETE + "/#", in BugStorageProvider()
199 AUTHORITY, BUG_REPORTS_TABLE + "/" + URL_SEGMENT_OPEN_BUGREPORT_FILE + "/#", in BugStorageProvider()
202 AUTHORITY, BUG_REPORTS_TABLE + "/" + URL_SEGMENT_OPEN_AUDIO_FILE + "/#", in BugStorageProvider()
205 AUTHORITY, BUG_REPORTS_TABLE + "/" + URL_SEGMENT_OPEN_FILE + "/#", in BugStorageProvider()
[all …]
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DArchivesProviderTest.java82 final Uri rootsUri = DocumentsContract.buildRootsUri(ArchivesProvider.AUTHORITY); in testQueryRoots()
94 ResourcesProvider.AUTHORITY, "archive.zip"); in testOpen_Success()
99 ArchivesProvider.AUTHORITY, DocumentsContract.getDocumentId(archiveUri)); in testOpen_Success()
146 ResourcesProvider.AUTHORITY, "broken.zip"); in testOpen_Failure()
151 ArchivesProvider.AUTHORITY, DocumentsContract.getDocumentId(archiveUri)); in testOpen_Failure()
199 ResourcesProvider.AUTHORITY, "archive.zip"); in testOpen_ClosesOnRelease()
204 ArchivesProvider.AUTHORITY, DocumentsContract.getDocumentId(archiveUri)); in testOpen_ClosesOnRelease()
242 ResourcesProvider.AUTHORITY, "archive.zip"); in testNoNotificationAfterAllReleased()
247 ArchivesProvider.AUTHORITY, DocumentsContract.getDocumentId(archiveUri)); in testNoNotificationAfterAllReleased()
279 ResourcesProvider.AUTHORITY, documentId); in getDocumentMetadata_byDocumentId_shouldMatchSize()
/packages/apps/Gallery2/src/com/android/photos/data/
DPhotoProvider.java56 public static final String AUTHORITY = PhotoProviderAuthority.AUTHORITY; field in PhotoProvider
57 static final Uri BASE_CONTENT_URI = new Uri.Builder().scheme("content").authority(AUTHORITY)
257 sUriMatcher.addURI(AUTHORITY, Photos.TABLE, MATCH_PHOTO); in sUriMatcher.addURI() argument
259 sUriMatcher.addURI(AUTHORITY, Photos.TABLE + "/#", MATCH_PHOTO_ID); in sUriMatcher.addURI() argument
260 sUriMatcher.addURI(AUTHORITY, Albums.TABLE, MATCH_ALBUM); in sUriMatcher.addURI() argument
262 sUriMatcher.addURI(AUTHORITY, Albums.TABLE + "/#", MATCH_ALBUM_ID); in sUriMatcher.addURI() argument
263 sUriMatcher.addURI(AUTHORITY, Metadata.TABLE, MATCH_METADATA); in sUriMatcher.addURI() argument
265 sUriMatcher.addURI(AUTHORITY, Metadata.TABLE + "/#", MATCH_METADATA_ID); in sUriMatcher.addURI() argument
266 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE, MATCH_ACCOUNT); in sUriMatcher.addURI() argument
268 sUriMatcher.addURI(AUTHORITY, Accounts.TABLE + "/#", MATCH_ACCOUNT_ID); in sUriMatcher.addURI() argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1141 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS); in matcher.addURI() argument
1142 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#", CONTACTS_ID); in matcher.addURI() argument
1143 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/data", CONTACTS_ID_DATA); in matcher.addURI() argument
1144 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/entities", CONTACTS_ID_ENTITIES); in matcher.addURI() argument
1145 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions", in matcher.addURI() argument
1147 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions/*", in matcher.addURI() argument
1149 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/photo", CONTACTS_ID_PHOTO); in matcher.addURI() argument
1150 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/display_photo", in matcher.addURI() argument
1154 matcher.addURI(ContactsContract.AUTHORITY, "contacts_corp/#/photo", CONTACTS_ID_PHOTO_CORP); in matcher.addURI() argument
1155 matcher.addURI(ContactsContract.AUTHORITY, "contacts_corp/#/display_photo", in matcher.addURI() argument
[all …]
/packages/apps/Messaging/src/com/android/messaging/util/
DAvatarUriUtil.java74 private static final String AUTHORITY = "avatar"; field in AvatarUriUtil
85 .authority(AUTHORITY).appendPath(TYPE_DEFAULT_BACKGROUND_URI).build();
131 builder.authority(AUTHORITY); in joinAvatarUriToGroup()
214 builder.authority(AUTHORITY); in createSimIconUri()
237 builder.authority(AUTHORITY); in fromLocalResourceWithFallback()
248 builder.authority(AUTHORITY); in fromName()
261 builder.authority(AUTHORITY); in fromIdentifier()
270 TextUtils.equals(AUTHORITY, uri.getAuthority()); in isAvatarUri()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DMessagingContentProvider.java57 public static final String AUTHORITY = field in MessagingContentProvider
59 private static final String CONTENT_AUTHORITY = "content://" + AUTHORITY + '/';
159 sURIMatcher.addURI(AUTHORITY, CONVERSATIONS_QUERY, CONVERSATIONS_QUERY_CODE); in sURIMatcher.addURI() argument
160 sURIMatcher.addURI(AUTHORITY, CONVERSATIONS_QUERY + "/*", CONVERSATION_QUERY_CODE); in sURIMatcher.addURI() argument
161 sURIMatcher.addURI(AUTHORITY, MESSAGES_QUERY + "/conversation/*", in sURIMatcher.addURI() argument
163 sURIMatcher.addURI(AUTHORITY, PARTICIPANTS_QUERY + "/conversation/*", in sURIMatcher.addURI() argument
165 sURIMatcher.addURI(AUTHORITY, PARTICIPANTS_QUERY, PARTICIPANTS_QUERY_CODE); in sURIMatcher.addURI() argument
166 sURIMatcher.addURI(AUTHORITY, CONVERSATION_IMAGES_QUERY + "/*", in sURIMatcher.addURI() argument
168 sURIMatcher.addURI(AUTHORITY, DRAFT_IMAGES_QUERY + "/*", in sURIMatcher.addURI() argument
DMediaScratchFileProvider.java48 public static final String AUTHORITY = field in MediaScratchFileProvider
59 TextUtils.equals(uri.getAuthority(), AUTHORITY) && in isMediaScratchSpaceUri()
69 final Uri uri = FileProvider.buildFileUri(AUTHORITY, extension); in buildMediaScratchSpaceUri()
78 Assert.equals(AUTHORITY, uri.getAuthority()); in getFileFromUri()
83 return (new Uri.Builder()).authority(AUTHORITY).scheme(ContentResolver.SCHEME_CONTENT); in getUriBuilder()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/inspector/
DDocumentLoaderTest.java65 InspectorProvider.class, InspectorProvider.AUTHORITY).build();
101 InspectorProvider.AUTHORITY, TEST_DOC_NAME); in testLoadsDocument()
150 InspectorProvider.AUTHORITY, DIR_TOP); in testDir_loadNumberOfChildren()
165 InspectorProvider.AUTHORITY, NOT_DIRECTORY); in testDir_notADirectory()
181 InspectorProvider.AUTHORITY, InspectorProvider.TEST_JPEG); in testLoadMetadata()
198 InspectorProvider.AUTHORITY, InspectorProvider.INVALID_JPEG); in testLoadMetadata_Unsupported()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherSettings.java121 + LauncherProvider.AUTHORITY + "/" + TABLE_NAME);
127 + LauncherProvider.AUTHORITY + "/" + PREVIEW_TABLE_NAME);
133 + LauncherProvider.AUTHORITY + "/" + TMP_TABLE);
143 return Uri.parse("content://" + LauncherProvider.AUTHORITY in getContentUri()
329 LauncherProvider.AUTHORITY + "/settings");
/packages/apps/DeskClock/src/com/android/deskclock/provider/
DClockContract.java45 public static final String AUTHORITY = BuildConfig.APPLICATION_ID; field in ClockContract
96 Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/alarms");
102 Uri ALARMS_WITH_INSTANCES_URI = Uri.parse("content://" + AUTHORITY
145 Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/instances");
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DLocalSource.java70 mUriMatcher.addURI(MediaStore.AUTHORITY, in LocalSource()
72 mUriMatcher.addURI(MediaStore.AUTHORITY, in LocalSource()
74 mUriMatcher.addURI(MediaStore.AUTHORITY, in LocalSource()
76 mUriMatcher.addURI(MediaStore.AUTHORITY, in LocalSource()
78 mUriMatcher.addURI(MediaStore.AUTHORITY, in LocalSource()
267 .acquireContentProviderClient(MediaStore.AUTHORITY); in resume()
/packages/providers/MediaProvider/tests/src/com/android/providers/media/
DMediaDocumentsProviderTest.java19 import static com.android.providers.media.MediaDocumentsProvider.AUTHORITY;
145 final Uri roots = DocumentsContract.buildRootsUri(AUTHORITY); in testTraverse()
149 final Uri children = DocumentsContract.buildChildDocumentsUri(AUTHORITY, docId); in testTraverse()
164 final Uri uri = DocumentsContract.buildDocumentUri(AUTHORITY, docId); in doTraversal()
165 final Uri grandchild = DocumentsContract.buildChildDocumentsUri(AUTHORITY, docId); in doTraversal()
230 final Uri.Builder probe = Uri.parse("content://" + MediaDocumentsProvider.AUTHORITY) in assertProbe()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/services/
DJobErrorHandlingTest.java44 DocumentsContract.buildDocumentUri(AUTHORITY, mSrcRoot.documentId)).run(); in testRecoversFromInvalidUri()
59 DocumentsContract.buildDocumentUri(AUTHORITY, mSrcRoot.documentId)).run(); in testRecordsInvalidUris()
73 DocumentsContract.buildDocumentUri(AUTHORITY, mSrcRoot.documentId)).run(); in testReportsCorrectFailureCount()
83 Uri stack = DocumentsContract.buildDocumentUri(AUTHORITY, mSrcRoot.documentId); in createJob()
/packages/apps/Contacts/src/com/android/contacts/util/
DSyncUtil.java48 return ContentResolver.isSyncPending(account, ContactsContract.AUTHORITY) in isSyncStatusPendingOrActive()
49 || ContentResolver.isSyncActive(account, ContactsContract.AUTHORITY); in isSyncStatusPendingOrActive()
72 return ContentResolver.getIsSyncable(account, ContactsContract.AUTHORITY) <= 0; in isUnsyncableGoogleAccount()
104 if (!ContentResolver.getSyncAutomatically(account, ContactsContract.AUTHORITY)) { in calculateReasonSyncOff()
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/dirlist/
DDirectoryAddonsAdapterTest.java40 private static final String AUTHORITY = "test_authority"; field in DirectoryAddonsAdapterTest
48 mEnv = TestEnv.create(AUTHORITY); in setUp()
52 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY); in setUp()
77 assertEquals(0, mAdapter.getPosition(ModelId.build(mEnv.model.mUserId, AUTHORITY, "1"))); in testGetPosition()
80 assertEquals(2, mAdapter.getPosition(ModelId.build(mEnv.model.mUserId, AUTHORITY, "2"))); in testGetPosition()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DDictionaryProvider.java54 Uri.parse(ContentResolver.SCHEME_CONTENT + "://" + DictionaryPackConstants.AUTHORITY);
71 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "list", DICTIONARY_V1_WHOLE_LIST); in sUriMatcherV1.addURI() argument
72 sUriMatcherV1.addURI(DictionaryPackConstants.AUTHORITY, "*", DICTIONARY_V1_DICT_INFO); in sUriMatcherV1.addURI() argument
73 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/metadata", in sUriMatcherV2.addURI() argument
75 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/list", DICTIONARY_V2_WHOLE_LIST); in sUriMatcherV2.addURI() argument
76 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/dict/*", in sUriMatcherV2.addURI() argument
78 sUriMatcherV2.addURI(DictionaryPackConstants.AUTHORITY, "*/datafile/*", in sUriMatcherV2.addURI() argument
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
DSortingCursorWrapperTest.java56 private static final String AUTHORITY = "test_authority"; field in SortingCursorWrapperTest
120 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in setUp()
234 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in testSort_sizesWithBucketing_ascending()
286 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in testSort_sizesWithBucketing_descending()
339 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in testSort_time_ascending()
347 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in testSort_time_ascending()
376 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in testSort_time_descending()
384 row.add(RootCursorWrapper.COLUMN_AUTHORITY, AUTHORITY); in testSort_time_descending()
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/
DSettingsSliceProviderTest.java115 .authority(SettingsSlicesContract.AUTHORITY)
316 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_wrongPath_returnsEmpty()
332 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_invalidPath_returnsEmpty()
348 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSlice_doesNotReturnOEMSlice()
447 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSlice_returnsPlatformUriDescendant()
454 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSlice_returnsPlatformUriDescendant()
471 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSliceNoPath_returnsPlatformUriDescendant()
477 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSliceNoPath_returnsPlatformUriDescendant()
503 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_noAuthorityNorPath_returnsAllUris()
595 .authority(SettingsSlicesContract.AUTHORITY) in onSlicePinned_noIntentRegistered_specialCaseUri_doesNotCrash()

1234567891011