Home
last modified time | relevance | path

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

12345

/frameworks/base/telephony/common/com/android/internal/telephony/
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);
/frameworks/base/core/tests/coretests/src/android/provider/
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()
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()
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()
174 getMockContext(), request, TestFontsProvider.AUTHORITY, null); in testGetFontFromProvider_resultFontNotFoundSecondRow()
207 getMockContext(), request, TestFontsProvider.AUTHORITY, null); in testGetFontFromProvider_resultFontNotFoundOtherRow()
266 new FontRequest(TestFontsProvider.AUTHORITY, "com.wrong.package", "query")); in testGetProvider_providerIsSystemAppWrongPackage()
[all …]
DTestProvider.java25 final static String AUTHORITY = "android.provider.TestProvider"; field in TestProvider
30 setupSuggestions(AUTHORITY, MODE); in TestProvider()
/frameworks/base/services/tests/servicestests/src/com/android/server/textclassifier/
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()
/frameworks/base/core/java/android/provider/
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");
572 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
772 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars");
805 Uri.parse("content://" + AUTHORITY + "/enterprise/calendars");
969 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees");
1389 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1753 Uri.parse("content://" + AUTHORITY + "/events");
1803 Uri.parse("content://" + AUTHORITY + "/enterprise/events");
[all …]
DSettingsSlicesContract.java53 public static final String AUTHORITY = "android.settings.slices"; field in SettingsSlicesContract
60 .authority(AUTHORITY)
DTimeZoneRulesDataContract.java38 public static final String AUTHORITY = "com.android.timezone"; field in TimeZoneRulesDataContract
41 private static final Uri AUTHORITY_URI = Uri.parse("content://" + AUTHORITY);
DUserDictionary.java38 public static final String AUTHORITY = "user_dictionary"; field in UserDictionary
44 Uri.parse("content://" + AUTHORITY);
57 Uri.parse("content://" + AUTHORITY + "/words");
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()
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");
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
/frameworks/libs/systemui/weathereffects/src/com/google/android/wallpaper/weathereffects/provider/
DWallpaperInfoContract.kt41 .authority(AUTHORITY) in getUpdateWallpaperUri()
75 const val AUTHORITY = "com.google.android.wallpaper.weathereffects.effectprovider" constant
/frameworks/base/services/core/java/com/android/server/textclassifier/
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()
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
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 …]
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabProvider.java81 public static final String AUTHORITY = "eab"; field in EabProvider
100 URI_MATCHER.addURI(AUTHORITY, "contact", URL_CONTACT); in URI_MATCHER.addURI() argument
101 URI_MATCHER.addURI(AUTHORITY, "common", URL_COMMON); in URI_MATCHER.addURI() argument
102 URI_MATCHER.addURI(AUTHORITY, "presence", URL_PRESENCE); in URI_MATCHER.addURI() argument
103 URI_MATCHER.addURI(AUTHORITY, "options", URL_OPTIONS); in URI_MATCHER.addURI() argument
104 URI_MATCHER.addURI(AUTHORITY, "all", URL_ALL); in URI_MATCHER.addURI() argument
105 URI_MATCHER.addURI(AUTHORITY, "all/#/*", URL_ALL_WITH_SUB_ID_AND_PHONE_NUMBER); in URI_MATCHER.addURI() argument
/frameworks/base/packages/SystemUI/customization/src/com/android/systemui/shared/customization/data/content/
DCustomizationProviderContract.kt26 const val AUTHORITY = "com.android.systemui.customization" constant
30 Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY).build()
/frameworks/base/core/tests/coretests/src/android/app/activity/
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()
/frameworks/base/packages/Shell/src/com/android/shell/
DProfcollectUploadReceiver.java40 private static final String AUTHORITY = "com.android.shell"; field in ProfcollectUploadReceiver
67 Uri reportUri = FileProvider.getUriForFile(context, AUTHORITY, reportFile); in onReceive()
/frameworks/opt/car/setupwizard/library/main/src/com/android/car/setupwizardlib/util/
DFeatureResolver.java38 static final String AUTHORITY = field in FeatureResolver
102 .authority(AUTHORITY) in getFeatureBundle()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/wear/
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()
/frameworks/base/media/java/android/media/tv/
DTvContract.java67 public static final String AUTHORITY = "android.media.tv"; field in TvContract
489 return new Uri.Builder().scheme(ContentResolver.SCHEME_CONTENT).authority(AUTHORITY) in buildChannelUriForPassthroughInput()
699 && AUTHORITY.equals(uri.getAuthority()); in isTvUri()
1693 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
2657 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
3043 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
3195 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
3247 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/"
3356 Uri.parse("content://" + AUTHORITY + "/watched_program");
/frameworks/base/packages/ExternalStorageProvider/tests/src/com/android/externalstorage/
DExternalStorageProviderTest.java21 import static com.android.externalstorage.ExternalStorageProvider.AUTHORITY;
65 providerInfo.authority = AUTHORITY; in onCreate_shouldUpdateVolumes()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DCustomizationProvider.kt55 Contract.AUTHORITY, in <lambda>()
62 Contract.AUTHORITY, in <lambda>()
69 Contract.AUTHORITY, in <lambda>()
76 Contract.AUTHORITY, in <lambda>()

12345