/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 435 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 …]
|
D | BrowserContract.java | 258 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");
|
D | TimeZoneRulesDataContract.java | 63 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "operation");
|
D | Telephony.java | 2169 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()
|
D | BlockedNumberContract.java | 183 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "blocked");
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | ContactsQueryHelperTest.java | 97 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/ |
D | QuickContactBadge.java | 238 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/ |
D | ApnDbInstallReceiver.java | 28 private static final Uri UPDATE_APN_DB = Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI,
|
D | CarrierIdInstallReceiver.java | 35 resolver.update(Uri.withAppendedPath(Telephony.CarrierId.All.CONTENT_URI, in postInstall()
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | DataUsageStatUpdater.java | 39 Uri.withAppendedPath(Data.CONTENT_URI, "usagefeedback");
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | ContactsQueryHelper.java | 96 Uri phoneUri = Uri.withAppendedPath( in queryWithPhoneNumber() 102 Uri emailUri = Uri.withAppendedPath( in queryWithEmail()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ValidateNotificationPeopleTest.java | 219 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/ |
D | PduCache.java | 148 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/ |
D | FakeGlobalSettings.java | 65 return Uri.withAppendedPath(CONTENT_URI, name); in getUriFor()
|
D | FakeSettings.java | 97 return Uri.withAppendedPath(CONTENT_URI, name); in getUriFor()
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | SettingsProviderTest.java | 229 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()
|
D | BaseSettingsProviderTest.java | 127 uri = Uri.withAppendedPath(uri, name); in insertStringViaProviderApi() 161 uri = Uri.withAppendedPath(getBaseUriForType(type), name); in queryStringViaProviderApi()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 315 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/ |
D | EabProviderTest.java | 303 Uri testUri = Uri.withAppendedPath( in testQueryBySubIdAndPhoneNumber() 304 Uri.withAppendedPath(ALL_DATA_URI, String.valueOf(1)), "123456"); in testQueryBySubIdAndPhoneNumber()
|
/frameworks/base/core/java/android/content/ |
D | DefaultDataHandler.java | 114 uri = Uri.withAppendedPath(mUris.lastElement(), in parseRow()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | DataProfileManager.java | 281 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/ |
D | EabControllerImpl.java | 320 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/ |
D | CallerInfo.java | 416 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/ |
D | CarrierResolver.java | 77 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/ |
D | ImportTestProvider.java | 68 Uri uri = Uri.withAppendedPath(RawContacts.CONTENT_URI, String.valueOf(i)); in applyBatch()
|