Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/provider/
DContactsContract.java418 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 …]
DBrowserContract.java257 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");
DTimeZoneRulesDataContract.java63 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "operation");
DBlockedNumberContract.java183 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "blocked");
DContacts.java585 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY); in setPhotoData()
599 Uri photoUri = Uri.withAppendedPath(person, Contacts.Photos.CONTENT_DIRECTORY); in openContactPhotoInputStream()
DCallLog.java796 Uri.withAppendedPath(Callable.CONTENT_FILTER_URI, in addCall()
/frameworks/base/telephony/java/android/provider/
DTelephony.java2055 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/
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/opt/telephony/src/java/com/android/internal/telephony/ims/
DRcsThreadQueryHelper.java134 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()
DRcsParticipantQueryHelper.java65 return Uri.withAppendedPath(RCS_PARTICIPANT_URI, Integer.toString(participantId)); in getUriForParticipant()
DRcsMessageQueryHelper.java158 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/
DPduCache.java143 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/
DBaseSettingsProviderTest.java111 uri = Uri.withAppendedPath(uri, name); in insertStringViaProviderApi()
145 uri = Uri.withAppendedPath(getBaseUriForType(type), name); in queryStringViaProviderApi()
DSettingsProviderTest.java230 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/
DSubscriptionManager.java142 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/
DCarrierResolver.java68 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/
DDefaultDataHandler.java114 uri = Uri.withAppendedPath(mUris.lastElement(), in parseRow()
DSearchRecentSuggestionsProvider.java289 newUri = Uri.withAppendedPath(mSuggestionsUri, String.valueOf(rowID)); in insert()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java385 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/
DValidateNotificationPeople.java381 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/
DImportTestProvider.java68 Uri uri = Uri.withAppendedPath(RawContacts.CONTENT_URI, String.valueOf(i)); in applyBatch()
DVCardVerifier.java63 Uri.withAppendedPath(VCARD_TEST_AUTHORITY_URI, "contacts");

12