Home
last modified time | relevance | path

Searched refs:withAppendedPath (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/base/core/java/android/provider/
DContactsContract.java435 Uri.withAppendedPath(AUTHORITY_URI, "directories");
451 public static final Uri ENTERPRISE_CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI,
464 public static final Uri ENTERPRISE_FILE_URI = Uri.withAppendedPath(AUTHORITY_URI,
728 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY);
782 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
1539 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts");
1568 public static final @NonNull Uri ENTERPRISE_CONTENT_URI = Uri.withAppendedPath(
1582 public static final Uri CORP_CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI,
1601 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI,
1612 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
[all …]
DBrowserContract.java258 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "bookmarks");
309 Uri.withAppendedPath(CONTENT_URI, "folder");
455 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "history");
478 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "searches");
527 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY);
585 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "images");
658 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "image_mappings");
686 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "combined");
709 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "settings");
DTimeZoneRulesDataContract.java63 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "operation");
DTelephony.java2169 public static final Uri CONTENT_URI = Uri.withAppendedPath(
2175 public static final Uri OBSOLETE_THREADS_URI = Uri.withAppendedPath(
2264 public static final Uri REPORT_REQUEST_URI = Uri.withAppendedPath(
2270 public static final Uri REPORT_STATUS_URI = Uri.withAppendedPath(
2547 public static final Uri CONTENT_URI = Uri.withAppendedPath(Mms.CONTENT_URI, TABLE_PART);
2666 public static final Uri CONTENT_URI = Uri.withAppendedPath(
2820 public static final Uri CONTENT_URI = Uri.withAppendedPath(
4158 return Uri.withAppendedPath(Uri.withAppendedPath(CONTENT_URI, "specific"), in getSpecificCarrierIdUriForSubscriptionId()
DBlockedNumberContract.java183 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "blocked");
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/
DContactsQueryHelperTest.java97 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQuerySQLiteException_returnsFalse()
105 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryIllegalArgumentException_returnsFalse()
115 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUri()
128 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUriNotStarredNoPhoneNumber()
138 Uri contactUri = Uri.withAppendedPath(Contacts.CONTENT_LOOKUP_URI, CONTACT_LOOKUP_KEY); in testQueryWithUriNotFound()
/frameworks/base/core/java/android/widget/
DQuickContactBadge.java238 Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, Uri.encode(mContactEmail)), in assignContactFromEmail()
278 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, mContactPhone), in assignContactFromPhone()
312 Uri.withAppendedPath(Email.CONTENT_LOOKUP_URI, Uri.encode(mContactEmail)), in onClick()
317 Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, mContactPhone), in onClick()
/frameworks/base/services/core/java/com/android/server/updates/
DApnDbInstallReceiver.java28 private static final Uri UPDATE_APN_DB = Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI,
DCarrierIdInstallReceiver.java35 resolver.update(Uri.withAppendedPath(Telephony.CarrierId.All.CONTENT_URI, in postInstall()
/frameworks/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java39 Uri.withAppendedPath(Data.CONTENT_URI, "usagefeedback");
/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java96 Uri phoneUri = Uri.withAppendedPath( in queryWithPhoneNumber()
102 Uri emailUri = Uri.withAppendedPath( in queryWithEmail()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DValidateNotificationPeopleTest.java219 final Uri lookupUri = Uri.withAppendedPath( in testSearchContacts_workContact_queriesWorkContactProvider()
247 final Uri lookupUri = Uri.withAppendedPath( in testSearchContacts_personalContact_queriesPersonalContactProvider()
272 final Uri lookupUri = Uri.withAppendedPath( in testMergePhoneNumbers_noPhoneNumber()
304 final Uri lookupUri = Uri.withAppendedPath( in testMergePhoneNumbers_hasNumber()
/frameworks/base/telephony/common/com/google/android/mms/util/
DPduCache.java148 return purgeSingleEntry(Uri.withAppendedPath(Mms.CONTENT_URI, msgId)); in purge()
206 normalizedKey = Uri.withAppendedPath(Mms.CONTENT_URI, msgId); in normalizeKey()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/settings/
DFakeGlobalSettings.java65 return Uri.withAppendedPath(CONTENT_URI, name); in getUriFor()
DFakeSettings.java97 return Uri.withAppendedPath(CONTENT_URI, name); in getUriFor()
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DSettingsProviderTest.java229 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(SETTING_TYPE_SYSTEM), in testQueryStringWithAppendedNameToUriViaProviderApi()
500 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(type), FAKE_SETTING_NAME); in doTestQueryStringInBracketsViaProviderApiForType()
574 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(type), FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
DBaseSettingsProviderTest.java127 uri = Uri.withAppendedPath(uri, name); in insertStringViaProviderApi()
161 uri = Uri.withAppendedPath(getBaseUriForType(type), name); in queryStringViaProviderApi()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java315 return Uri.withAppendedPath(CONTENT_URI, String.valueOf(subscriptionId)); in getUriForSubscriptionId()
334 public static final Uri WFC_ENABLED_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI, "wfc");
356 public static final Uri ADVANCED_CALLING_ENABLED_CONTENT_URI = Uri.withAppendedPath(
374 public static final Uri WFC_MODE_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI, "wfc_mode");
391 public static final Uri WFC_ROAMING_MODE_CONTENT_URI = Uri.withAppendedPath(
410 public static final Uri VT_ENABLED_CONTENT_URI = Uri.withAppendedPath(
428 public static final Uri WFC_ROAMING_ENABLED_CONTENT_URI = Uri.withAppendedPath(
441 public static final Uri SIM_INFO_BACKUP_AND_RESTORE_CONTENT_URI = Uri.withAppendedPath(
450 public static final Uri SIM_INFO_SUW_RESTORE_CONTENT_URI = Uri.withAppendedPath(
470 public static final Uri CROSS_SIM_ENABLED_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI,
/frameworks/opt/net/ims/tests/src/com/android/ims/rcs/uce/eab/
DEabProviderTest.java303 Uri testUri = Uri.withAppendedPath( in testQueryBySubIdAndPhoneNumber()
304 Uri.withAppendedPath(ALL_DATA_URI, String.valueOf(1)), "123456"); in testQueryBySubIdAndPhoneNumber()
/frameworks/base/core/java/android/content/
DDefaultDataHandler.java114 uri = Uri.withAppendedPath(mUris.lastElement(), in parseRow()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataProfileManager.java281 Uri.withAppendedPath(Telephony.Carriers.SIM_APN_URI, "filtered/subId/" in updateDataProfiles()
404 .query(Uri.withAppendedPath(Telephony.Carriers.PREFERRED_APN_SET_URI, in getPreferredDataProfileSetId()
491 Uri.withAppendedPath(Telephony.Carriers.PREFERRED_APN_URI, in getPreferredDataProfileFromDb()
538 Uri uri = Uri.withAppendedPath(Telephony.Carriers.PREFERRED_APN_URI, subId); in setPreferredDataProfile()
/frameworks/opt/net/ims/src/java/com/android/ims/rcs/uce/eab/
DEabControllerImpl.java320 Uri queryUri = Uri.withAppendedPath( in generateEabResult()
321 Uri.withAppendedPath(EabProvider.ALL_DATA_URI, String.valueOf(mSubId)), in generateEabResult()
372 Uri queryUri = Uri.withAppendedPath( in generateEabResultIncludingExpired()
373 Uri.withAppendedPath(EabProvider.ALL_DATA_URI, String.valueOf(mSubId)), in generateEabResultIncludingExpired()
/frameworks/base/telecomm/java/android/telecom/
DCallerInfo.java416 Uri contactUri = Uri.withAppendedPath(PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI, in getCallerInfo()
501 Uri.withAppendedPath(PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI, in doSecondaryLookupIfNecessary()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java77 private static final Uri CONTENT_URL_PREFER_APN = Uri.withAppendedPath(
427 Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, "preferapn/subId/" in getPreferApn()
454 Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, in isPreferApnUserEdited()
970 Uri.withAppendedPath(CarrierId.All.CONTENT_URI, in getCarrierListVersion()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DImportTestProvider.java68 Uri uri = Uri.withAppendedPath(RawContacts.CONTENT_URI, String.valueOf(i)); in applyBatch()

123