/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/ |
D | AccountSyncDetailsPreferenceControllerTest.java | 75 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 …]
|
D | AccountDetailsWithSyncStatusPreferenceControllerTest.java | 57 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()
|
D | AccountSyncDetailsFragmentTest.java | 63 private static final String AUTHORITY = "authority"; field in AccountSyncDetailsFragmentTest 110 setUpSyncAdapters(AUTHORITY, AUTHORITY_2); in onButtonClicked_doesNotHaveActiveSyncs_shouldSyncSyncableAdapters() 121 assertThat(values).contains(AUTHORITY); in onButtonClicked_doesNotHaveActiveSyncs_shouldSyncSyncableAdapters() 127 setUpSyncAdapters(AUTHORITY, AUTHORITY_2); in onButtonClicked_doesNotHaveActiveSyncs_oneTimeSyncIsOff_shouldNotSyncOffAdapters() 142 assertThat(values).contains(AUTHORITY); in onButtonClicked_doesNotHaveActiveSyncs_oneTimeSyncIsOff_shouldNotSyncOffAdapters() 148 setUpSyncAdapters(AUTHORITY, AUTHORITY_2); in onButtonClicked_doesNotHaveActiveSyncs_oneTimeSyncIsOn_shouldSyncOffAdapters() 163 assertThat(values).contains(AUTHORITY); in onButtonClicked_doesNotHaveActiveSyncs_oneTimeSyncIsOn_shouldSyncOffAdapters() 175 setUpSyncAdapters(AUTHORITY, AUTHORITY_2); in onButtonClicked_doesHaveActiveSyncs_shouldCancelSyncForSyncableAdapters() 186 assertThat(values).contains(AUTHORITY); in onButtonClicked_doesHaveActiveSyncs_shouldCancelSyncForSyncableAdapters()
|
/packages/apps/TV/src/com/android/tv/util/ |
D | TvUriMatcher.java | 62 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/ |
D | ModuleLicenseProviderTest.java | 89 .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/ |
D | HbpcdLookupProvider.java | 75 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 …]
|
D | MmsSmsProvider.java | 253 private static final String AUTHORITY = "mms-sms"; field in MmsSmsProvider 256 URI_MATCHER.addURI(AUTHORITY, "conversations", URI_CONVERSATIONS); in URI_MATCHER.addURI() argument 257 URI_MATCHER.addURI(AUTHORITY, "complete-conversations", URI_COMPLETE_CONVERSATIONS); in URI_MATCHER.addURI() argument 261 AUTHORITY, "conversations/#", URI_CONVERSATIONS_MESSAGES); in URI_MATCHER.addURI() argument 263 AUTHORITY, "conversations/#/recipients", in URI_MATCHER.addURI() argument 267 AUTHORITY, "conversations/#/subject", in URI_MATCHER.addURI() argument 271 URI_MATCHER.addURI(AUTHORITY, "conversations/obsolete", URI_OBSOLETE_THREADS); in URI_MATCHER.addURI() argument 274 AUTHORITY, "messages/byphone/*", in URI_MATCHER.addURI() argument 280 URI_MATCHER.addURI(AUTHORITY, "threadID", URI_THREAD_ID); in URI_MATCHER.addURI() argument 283 URI_MATCHER.addURI(AUTHORITY, "canonical-address/#", URI_CANONICAL_ADDRESS); in URI_MATCHER.addURI() argument [all …]
|
/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/ |
D | BugStorageProvider.java | 60 private static final String AUTHORITY = "com.google.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/unit/com/android/documentsui/archives/ |
D | ArchivesProviderTest.java | 81 final Uri rootsUri = DocumentsContract.buildRootsUri(ArchivesProvider.AUTHORITY); in testQueryRoots() 93 ResourcesProvider.AUTHORITY, "archive.zip"); in testOpen_Success() 98 ArchivesProvider.AUTHORITY, DocumentsContract.getDocumentId(archiveUri)); in testOpen_Success() 145 ResourcesProvider.AUTHORITY, "broken.zip"); in testOpen_Failure() 150 ArchivesProvider.AUTHORITY, DocumentsContract.getDocumentId(archiveUri)); in testOpen_Failure() 198 ResourcesProvider.AUTHORITY, "archive.zip"); in testOpen_ClosesOnRelease() 203 ArchivesProvider.AUTHORITY, DocumentsContract.getDocumentId(archiveUri)); in testOpen_ClosesOnRelease() 241 ResourcesProvider.AUTHORITY, "archive.zip"); in testNoNotificationAfterAllReleased() 246 ArchivesProvider.AUTHORITY, DocumentsContract.getDocumentId(archiveUri)); in testNoNotificationAfterAllReleased() 278 ResourcesProvider.AUTHORITY, documentId); in getDocumentMetadata_byDocumentId_shouldMatchSize()
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
D | PhotoProvider.java | 56 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/ |
D | ContactsProvider2.java | 1155 matcher.addURI(ContactsContract.AUTHORITY, "contacts", CONTACTS); in matcher.addURI() argument 1156 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#", CONTACTS_ID); in matcher.addURI() argument 1157 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/data", CONTACTS_ID_DATA); in matcher.addURI() argument 1158 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/entities", CONTACTS_ID_ENTITIES); in matcher.addURI() argument 1159 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions", in matcher.addURI() argument 1161 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/suggestions/*", in matcher.addURI() argument 1163 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/photo", CONTACTS_ID_PHOTO); in matcher.addURI() argument 1164 matcher.addURI(ContactsContract.AUTHORITY, "contacts/#/display_photo", in matcher.addURI() argument 1168 matcher.addURI(ContactsContract.AUTHORITY, "contacts_corp/#/photo", CONTACTS_ID_PHOTO_CORP); in matcher.addURI() argument 1169 matcher.addURI(ContactsContract.AUTHORITY, "contacts_corp/#/display_photo", in matcher.addURI() argument [all …]
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | AvatarUriUtil.java | 74 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/ |
D | MessagingContentProvider.java | 57 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
|
D | MediaScratchFileProvider.java | 48 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/unit/com/android/documentsui/inspector/ |
D | DocumentLoaderTest.java | 63 InspectorProvider.class, InspectorProvider.AUTHORITY).build(); 100 InspectorProvider.AUTHORITY, TEST_DOC_NAME); in testLoadsDocument() 150 InspectorProvider.AUTHORITY, DIR_TOP); in testDir_loadNumberOfChildren() 165 InspectorProvider.AUTHORITY, NOT_DIRECTORY); in testDir_notADirectory() 180 InspectorProvider.AUTHORITY, InspectorProvider.TEST_JPEG); in testLoadMetadata() 197 InspectorProvider.AUTHORITY, InspectorProvider.INVALID_JPEG); in testLoadMetadata_Unsupported()
|
/packages/apps/DeskClock/src/com/android/deskclock/provider/ |
D | ClockContract.java | 45 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");
|
D | ClockContract.kt | 45 val AUTHORITY: String = BuildConfig.APPLICATION_ID constant 100 val CONTENT_URI: Uri = Uri.parse("content://$AUTHORITY/alarms") 106 val ALARMS_WITH_INSTANCES_URI: Uri = Uri.parse("content://" + AUTHORITY + 156 val CONTENT_URI: Uri = Uri.parse("content://$AUTHORITY/instances")
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | LocalSource.java | 70 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/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/ |
D | DirectoryAddonsAdapterTest.java | 41 private static final String AUTHORITY = "test_authority"; field in DirectoryAddonsAdapterTest 49 mEnv = TestEnv.create(AUTHORITY); in setUp() 53 final Context testContext = TestContext.createStorageTestContext(getContext(), AUTHORITY); in setUp() 76 assertEquals(0, mAdapter.getPosition(ModelId.build(AUTHORITY, "1"))); in testGetPosition() 79 assertEquals(2, mAdapter.getPosition(ModelId.build(AUTHORITY, "2"))); in testGetPosition()
|
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/ |
D | JobErrorHandlingTest.java | 43 DocumentsContract.buildDocumentUri(AUTHORITY, mSrcRoot.documentId)).run(); in testRecoversFromInvalidUri() 58 DocumentsContract.buildDocumentUri(AUTHORITY, mSrcRoot.documentId)).run(); in testRecordsInvalidUris() 72 DocumentsContract.buildDocumentUri(AUTHORITY, mSrcRoot.documentId)).run(); in testReportsCorrectFailureCount() 82 Uri stack = DocumentsContract.buildDocumentUri(AUTHORITY, mSrcRoot.documentId); in createJob()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | SyncUtil.java | 48 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/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | DictionaryProvider.java | 54 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/ |
D | SortingCursorWrapperTest.java | 56 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/TV/common/src/com/android/tv/common/ |
D | CommonPreferenceProvider.java | 34 public static final String AUTHORITY = CommonConstants.BASE_PACKAGE + ".common.preferences"; field in CommonPreferenceProvider 51 sUriMatcher.addURI(AUTHORITY, "preferences", MATCH_PREFERENCE); in sUriMatcher.addURI() argument 52 sUriMatcher.addURI(AUTHORITY, "preferences/*", MATCH_PREFERENCE_KEY); in sUriMatcher.addURI() argument 68 Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/" + PATH_PREFERENCES);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/slices/ |
D | SettingsSliceProviderTest.java | 292 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_invalidPath_returnsEmpty() 307 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSlice_doesNotReturnOEMSlice() 381 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSlice_returnsPlatformUriDescendant() 388 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSlice_returnsPlatformUriDescendant() 404 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSliceNoPath_returnsPlatformUriDescendant() 410 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_platformSliceNoPath_returnsPlatformUriDescendant() 434 .authority(SettingsSlicesContract.AUTHORITY) in getDescendantUris_noAuthorityNorPath_returnsAllUris() 484 .authority(SettingsSlicesContract.AUTHORITY) in onSlicePinned_noIntentRegistered_specialCaseUri_doesNotCrash()
|