Home
last modified time | relevance | path

Searched defs:AUTHORITY (Results 1 – 25 of 31) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/provider/
H A DContactsInternal.java50 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*", CONTACTS_URI_LOOKUP); in matcher.addURI()
51 matcher.addURI(ContactsContract.AUTHORITY, "contacts/lookup/*/#", CONTACTS_URI_LOOKUP_ID); in matcher.addURI()
H A DSettingsSlicesContract.java53 public static final String AUTHORITY = "android.settings.slices"; field in SettingsSlicesContract
H A DTimeZoneRulesDataContract.java38 public static final String AUTHORITY = "com.android.timezone"; field in TimeZoneRulesDataContract
H A DUserDictionary.java38 public static final String AUTHORITY = "user_dictionary"; field in UserDictionary
H A DSimPhonebookContract.java57 public static final String AUTHORITY = "com.android.simphonebook"; field in SimPhonebookContract
H A DBlockedNumberContract.java154 public static final String AUTHORITY = "com.android.blockednumber"; field in BlockedNumberContract
H A DVoicemailContract.java81 public static final String AUTHORITY = "com.android.voicemail"; field in VoicemailContract
H A DDownloads.java46 public static final String AUTHORITY = "downloads"; field in Downloads.Impl
H A DBrowserContract.java48 public static final String AUTHORITY = "com.android.browser"; field in BrowserContract
H A DCallLog.java77 public static final String AUTHORITY = "call_log"; field in CallLog
2164 public static final String AUTHORITY = "call_composer_locations"; field in CallLog.Locations
H A DContacts.java54 public static final String AUTHORITY = "contacts"; field in Contacts
H A DTelephony.java3975 public static final String AUTHORITY = "service-state"; field in Telephony.ServiceStateTable
4097 public static final String AUTHORITY = "carrier_id"; field in Telephony.CarrierId
/aosp14/frameworks/base/core/tests/coretests/src/android/provider/
H A DTestProvider.java25 final static String AUTHORITY = "android.provider.TestProvider"; field in TestProvider
H A DFontsContractE2ETest.java50 private static final String AUTHORITY = "android.provider.fonts.font"; field in FontsContractE2ETest
H A DTestDocumentsProvider.java39 public static final String AUTHORITY = "android.provider.TestDocumentsProvider"; field in TestDocumentsProvider
H A DTestFontsProvider.java37 static final String AUTHORITY = "android.provider.TestFontsProvider"; field in TestFontsProvider
H A DMockFontProvider.java48 final static String AUTHORITY = "android.provider.fonts.font"; field in MockFontProvider
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DProfcollectUploadReceiver.java40 private static final String AUTHORITY = "com.android.shell"; field in ProfcollectUploadReceiver
H A DBugreportStorageProvider.java37 private static final String AUTHORITY = "com.android.shell.documents"; field in BugreportStorageProvider
/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
/aosp14/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 SingleUserProvider
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DHbpcdLookup.java26 public static final String AUTHORITY = "hbpcd_lookup"; field in HbpcdLookup
/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
/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
/aosp14/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
H A DExternalStorageProvider.java87 public static final String AUTHORITY = DocumentsContract.EXTERNAL_STORAGE_PROVIDER_AUTHORITY; field in ExternalStorageProvider

12