Home
last modified time | relevance | path

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

1234

/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DHbpcdLookup.java26 public static final String AUTHORITY = "hbpcd_lookup"; field in 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);
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A DFontsContractTest.java63 TestFontsProvider.AUTHORITY, PACKAGE_NAME, "query");
68 super(TestFontsProvider.class, TestFontsProvider.AUTHORITY); in FontsContractTest()
80 getMockContext(), request, TestFontsProvider.AUTHORITY, null); in testGetFontFromProvider_resultOK()
99 getMockContext(), request, TestFontsProvider.AUTHORITY, null); in testGetFontFromProvider_providerDoesntReturnAllFields()
115 getMockContext(), request, TestFontsProvider.AUTHORITY, null); in testGetFontFromProvider_resultFontNotFound()
128 getMockContext(), request, TestFontsProvider.AUTHORITY, null); in testGetFontFromProvider_resultFontUnavailable()
148 getMockContext(), request, TestFontsProvider.AUTHORITY, null); in testGetFontFromProvider_resultMalformedQuery()
288 TestFontsProvider.AUTHORITY, PACKAGE_NAME, "query", in testGetProvider_providerIsNonSystemAppWrongCerts()
300 TestFontsProvider.AUTHORITY, PACKAGE_NAME, "query", in testGetProvider_providerIsNonSystemAppCorrectCerts()
315 TestFontsProvider.AUTHORITY, PACKAGE_NAME, "query", in testGetProvider_providerIsNonSystemAppMoreCerts()
[all …]
H A DFontsContractE2ETest.java50 private static final String AUTHORITY = "android.provider.fonts.font"; field in FontsContractE2ETest
122 AUTHORITY, PACKAGE, "singleFontFamily", SIGNATURE); in typefaceCacheTest()
133 AUTHORITY, PACKAGE, "singleFontFamily", SIGNATURE); in typefaceCacheTest()
144 AUTHORITY, PACKAGE, "singleFontFamily2", SIGNATURE); in typefaceCacheTest()
159 AUTHORITY, PACKAGE, "singleFontFamily", SIGNATURE); in typefaceNotCacheTest()
182 AUTHORITY, PACKAGE, MockFontProvider.NULL_FD_QUERY, SIGNATURE); in typefaceNullFdTest()
191 FontRequest request = new FontRequest(AUTHORITY, PACKAGE, "singleFontFamily", SIGNATURE); in getFontSyncTest()
198 AUTHORITY, PACKAGE, MockFontProvider.BLOCKING_QUERY, SIGNATURE); in getFontSyncTest_timeout()
H A DDocumentsProviderTest.java45 super(TestDocumentsProvider.class, TestDocumentsProvider.AUTHORITY); in DocumentsProviderTest()
60 DocumentsContract.buildDocumentUri(TestDocumentsProvider.AUTHORITY, DOCUMENT_ID); in testFindDocumentPath_docUri()
76 TestDocumentsProvider.AUTHORITY, PARENT_DOCUMENT_ID, DOCUMENT_ID); in testFindDocumentPath_treeUri()
87 TestDocumentsProvider.AUTHORITY, PARENT_DOCUMENT_ID, DOCUMENT_ID); in testFindDocumentPath_treeUri_throwsOnNonChildDocument()
100 TestDocumentsProvider.AUTHORITY, PARENT_DOCUMENT_ID, DOCUMENT_ID); in testFindDocumentPath_treeUri_erasesNonNullRootId()
113 TestDocumentsProvider.AUTHORITY, PARENT_DOCUMENT_ID, DOCUMENT_ID); in testFindDocumentPath_treeUri_erasesDocsOutsideTree()
H A DTestProvider.java25 final static String AUTHORITY = "android.provider.TestProvider"; field in TestProvider
30 setupSuggestions(AUTHORITY, MODE); in TestProvider()
H A DSearchRecentSuggestionsProviderTest.java45 super(TestProvider.class, TestProvider.AUTHORITY); in SearchRecentSuggestionsProviderTest()
58 TestProvider.AUTHORITY, TestProvider.MODE); in setUp()
386 String uriStr = "content://" + TestProvider.AUTHORITY + in getQueryCursor()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
H A DIconsUriHelperTest.java48 .authority(IconsUriHelper.AUTHORITY) in testGetContentUri()
65 assertThat(uri1.getAuthority()).isEqualTo(IconsUriHelper.AUTHORITY); in testGetContentUri_multiplePackages()
66 assertThat(uri2.getAuthority()).isEqualTo(IconsUriHelper.AUTHORITY); in testGetContentUri_multiplePackages()
99 .authority(IconsUriHelper.AUTHORITY) in testGetResourceInfo_unrecognizedUri()
113 .authority(IconsUriHelper.AUTHORITY) in testGetResourceInfo_invalidScheme()
/aosp14/frameworks/base/core/java/android/provider/
H A DCalendarContract.java180 public static final String AUTHORITY = "com.android.calendar"; field in CalendarContract
185 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
205 "content://" + AUTHORITY + "/enterprise");
805 Uri.parse("content://" + AUTHORITY + "/enterprise/calendars");
1753 Uri.parse("content://" + AUTHORITY + "/events");
1803 Uri.parse("content://" + AUTHORITY + "/enterprise/events");
1811 Uri.parse("content://" + AUTHORITY + "/exception");
1970 Uri.parse("content://" + AUTHORITY + "/instances/whenbyday");
1984 Uri.parse("content://" + AUTHORITY + "/instances/searchbyday");
2120 Uri.parse("content://" + AUTHORITY + "/properties");
[all …]
H A DUserDictionary.java38 public static final String AUTHORITY = "user_dictionary"; field in UserDictionary
44 Uri.parse("content://" + AUTHORITY);
57 Uri.parse("content://" + AUTHORITY + "/words");
H A DSettingsSlicesContract.java53 public static final String AUTHORITY = "android.settings.slices"; field in SettingsSlicesContract
60 .authority(AUTHORITY)
H A DTimeZoneRulesDataContract.java38 public static final String AUTHORITY = "com.android.timezone"; field in TimeZoneRulesDataContract
41 private static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
H A DSimPhonebookContract.java57 public static final String AUTHORITY = "com.android.simphonebook"; field in SimPhonebookContract
341 Bundle result = resolver.call(AUTHORITY, GET_ENCODED_NAME_LENGTH_METHOD_NAME, name, in getEncodedNameLength()
357 .authority(AUTHORITY) in buildContentUri()
H A DVoicemailContract.java81 public static final String AUTHORITY = "com.android.voicemail"; field in VoicemailContract
169 Uri.parse("content://" + AUTHORITY + "/voicemail");
478 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status");
H A DContactsInternal.java50 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*", CONTACTS_URI_LOOKUP); in matcher.addURI() argument
51 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*/#", CONTACTS_URI_LOOKUP_ID); in matcher.addURI() argument
/aosp14/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
H A DSettingsHelperTest.java102 mContentResolver.addProvider(Settings.AUTHORITY, mSettingsProvider); in setUp()
137 .addProvider(Settings.AUTHORITY, mSettingsProvider); in testRestoreValue_settingReplaced_doesNotRestore()
380 mContentResolver.addProvider(MediaStore.AUTHORITY, mockMediaContentProvider); in testRestoreValue_customRingtone_regularUncanonicalize_Success()
446 mContentResolver.addProvider(MediaStore.AUTHORITY, mockMediaContentProvider); in testRestoreValue_customRingtone_useCustomLookup_success()
447 mContentResolver.addProvider("0@" + MediaStore.AUTHORITY, mockMediaContentProvider); in testRestoreValue_customRingtone_useCustomLookup_success()
511 mContentResolver.addProvider(MediaStore.AUTHORITY, mockMediaContentProvider); in testRestoreValue_customRingtone_notificationSound_useCustomLookup_success()
512 mContentResolver.addProvider("0@" + MediaStore.AUTHORITY, mockMediaContentProvider); in testRestoreValue_customRingtone_notificationSound_useCustomLookup_success()
584 mContentResolver.addProvider(MediaStore.AUTHORITY, mockMediaContentProvider); in testRestoreValue_customRingtone_alarmSound_useCustomLookup_success()
585 mContentResolver.addProvider("0@" + MediaStore.AUTHORITY, mockMediaContentProvider); in testRestoreValue_customRingtone_alarmSound_useCustomLookup_success()
627 mContentResolver.addProvider(MediaStore.AUTHORITY, mockMediaContentProvider); in testRestoreValue_customRingtone_useCustomLookup_multipleResults_notRestore()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DIconsUriHelper.java41 public static final String AUTHORITY = "com.android.textclassifier.icons"; field in IconsUriHelper
92 .authority(AUTHORITY) in getContentUri()
110 if (!AUTHORITY.equals(uri.getAuthority())) { in getResourceInfo()
/aosp14/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/
H A DCustomizationProviderContract.kt26 const val AUTHORITY = "com.android.systemui.customization"
30 Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY).build()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DLocalProvider.java32 private static final String AUTHORITY = "com.android.frameworks.coretests.LocalProvider"; field in LocalProvider
35 Uri.parse("content://" + AUTHORITY + "/" + TABLE_DATA_NAME);
98 return Uri.parse("content://" + AUTHORITY + "/" + TABLE_DATA_NAME + "/" + rowId); in getTableDataUriForRow()
/aosp14/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
H A DExternalStorageProviderTest.java19 import static com.android.externalstorage.ExternalStorageProvider.AUTHORITY;
43 providerInfo.authority = AUTHORITY; in onCreate_shouldUpdateVolumes()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
H A DWearPackageIconProvider.java43 public static final String AUTHORITY = "com.google.android.packageinstaller.wear.provider"; field in WearPackageIconProvider
68 if (AUTHORITY.equals(uri.getEncodedAuthority())) { in getType()
123 return Uri.parse("content://" + AUTHORITY + "/icons/" + packageName + ".icon"); in getUriForPackage()
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DProfcollectUploadReceiver.java40 private static final String AUTHORITY = "com.android.shell"; field in ProfcollectUploadReceiver
67 Uri reportUri = FileProvider.getUriForFile(context, AUTHORITY, reportFile); in onReceive()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvContract.java65 public static final String AUTHORITY = "android.media.tv"; field in TvContract
487 return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY) in buildChannelUriForPassthroughInput()
697 && AUTHORITY.equals(uri.getAuthority()); in isTvUri()
1691 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
2594 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
2980 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
3132 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
3184 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
3293 Uri.parse("content://" + AUTHORITY + "/watched_program");
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DCustomizationProvider.kt55 Contract.AUTHORITY,
62 Contract.AUTHORITY,
69 Contract.AUTHORITY,
76 Contract.AUTHORITY,
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsService.java315 Bundle result = provider.call(attributionSource, Settings.AUTHORITY, in listForUser()
342 Bundle b = provider.call(attributionSource, Settings.AUTHORITY, in getForUser()
382 provider.call(attributionSource, Settings.AUTHORITY, in putForUser()
408 Bundle result = provider.call(attributionSource, Settings.AUTHORITY, in deleteForUser()
437 provider.call(attributionSource, Settings.AUTHORITY, callResetCommand, null, arg); in resetForUser()
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DMountReceiver.java28 .acquireContentProviderClient(ExternalStorageProvider.AUTHORITY); in onReceive()

1234