/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 418 Uri.withAppendedPath(AUTHORITY_URI, "directories"); 432 public static final Uri ENTERPRISE_CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, 445 public static final Uri ENTERPRISE_FILE_URI = Uri.withAppendedPath(AUTHORITY_URI, 709 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY); 763 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY); 1520 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts"); 1533 public static final Uri CORP_CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, 1552 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI, 1563 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI, 1617 public static final Uri CONTENT_MULTI_VCARD_URI = Uri.withAppendedPath(CONTENT_URI, [all …]
|
D | BrowserContract.java | 257 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "bookmarks"); 308 Uri.withAppendedPath(CONTENT_URI, "folder"); 454 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "history"); 477 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "searches"); 526 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY); 584 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "images"); 657 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "image_mappings"); 685 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "combined"); 708 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 | BlockedNumberContract.java | 183 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "blocked");
|
D | Contacts.java | 585 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY); in setPhotoData() 599 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY); in openContactPhotoInputStream()
|
D | CallLog.java | 796 Uri.withAppendedPath(Callable.CONTENT_FILTER_URI, in addCall()
|
/frameworks/base/telephony/java/android/provider/ |
D | Telephony.java | 2055 public static final Uri CONTENT_URI = Uri.withAppendedPath( 2061 public static final Uri OBSOLETE_THREADS_URI = Uri.withAppendedPath( 2178 Uri RCS_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, RCS_THREAD_URI_PART); 2204 Uri RCS_1_TO_1_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, 2228 Uri RCS_GROUP_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, 2288 Uri RCS_PARTICIPANT_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, 2396 Uri INCOMING_MESSAGE_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, 2431 Uri OUTGOING_MESSAGE_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, 2472 Uri UNIFIED_MESSAGE_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, 2518 Uri FILE_TRANSFER_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, [all …]
|
/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/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | RcsThreadQueryHelper.java | 134 return Uri.withAppendedPath(RCS_1_TO_1_THREAD_URI, Integer.toString(rcsThreadId)); in get1To1ThreadUri() 138 return Uri.withAppendedPath(RCS_GROUP_THREAD_URI, Integer.toString(rcsThreadId)); in getGroupThreadUri()
|
D | RcsParticipantQueryHelper.java | 65 return Uri.withAppendedPath(RCS_PARTICIPANT_URI, Integer.toString(participantId)); in getUriForParticipant()
|
D | RcsMessageQueryHelper.java | 158 return Uri.withAppendedPath(getMessageDeliveryQueryUri(messageId), in getMessageDeliveryUri() 211 return Uri.withAppendedPath(FILE_TRANSFER_URI, Integer.toString(partId)); in getFileTransferUpdateUri()
|
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
D | PduCache.java | 143 return purgeSingleEntry(Uri.withAppendedPath(Mms.CONTENT_URI, msgId)); in purge() 200 normalizedKey = Uri.withAppendedPath(Mms.CONTENT_URI, msgId); in normalizeKey()
|
/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/ |
D | BaseSettingsProviderTest.java | 111 uri = Uri.withAppendedPath(uri, name); in insertStringViaProviderApi() 145 uri = Uri.withAppendedPath(getBaseUriForType(type), name); in queryStringViaProviderApi()
|
D | SettingsProviderTest.java | 230 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(SETTING_TYPE_SYSTEM), in testQueryStringWithAppendedNameToUriViaProviderApi() 474 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(type), FAKE_SETTING_NAME); in doTestQueryStringInBracketsViaProviderApiForType() 548 Uri expectUri = Uri.withAppendedPath(getBaseUriForType(type), FAKE_SETTING_NAME); in doTestQueryUpdateDeleteGlobalViaProviderApiForType()
|
/frameworks/base/telephony/java/android/telephony/ |
D | SubscriptionManager.java | 142 return Uri.withAppendedPath(CONTENT_URI, String.valueOf(subscriptionId)); in getUriForSubscriptionId() 160 public static final Uri WFC_ENABLED_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI, "wfc"); 179 public static final Uri ADVANCED_CALLING_ENABLED_CONTENT_URI = Uri.withAppendedPath( 197 public static final Uri WFC_MODE_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI, "wfc_mode"); 214 public static final Uri WFC_ROAMING_MODE_CONTENT_URI = Uri.withAppendedPath( 233 public static final Uri VT_ENABLED_CONTENT_URI = Uri.withAppendedPath( 251 public static final Uri WFC_ROAMING_ENABLED_CONTENT_URI = Uri.withAppendedPath(
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierResolver.java | 68 private static final Uri CONTENT_URL_PREFER_APN = Uri.withAppendedPath( 344 Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, "preferapn/subId/" in getPreferApn() 371 Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, in isPreferApnUserEdited() 858 Uri.withAppendedPath(CarrierId.All.CONTENT_URI, in getCarrierListVersion()
|
/frameworks/base/core/java/android/content/ |
D | DefaultDataHandler.java | 114 uri = Uri.withAppendedPath(mUris.lastElement(), in parseRow()
|
D | SearchRecentSuggestionsProvider.java | 289 newUri = Uri.withAppendedPath(mSuggestionsUri, String.valueOf(rowID)); in insert()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 385 Uri contactUri = Uri.withAppendedPath(PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI, in getCallerInfo() 417 Uri.withAppendedPath(PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI, in doSecondaryLookupIfNecessary()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ValidateNotificationPeople.java | 381 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, in resolvePhoneContact() 387 Uri numberUri = Uri.withAppendedPath( in resolveEmailContact()
|
/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()
|
D | VCardVerifier.java | 63 Uri.withAppendedPath(VCARD_TEST_AUTHORITY_URI, "contacts");
|