Home
last modified time | relevance | path

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

12

/frameworks/base/core/java/android/provider/
DContactsContract.java419 Uri.withAppendedPath(AUTHORITY_URI, "directories");
433 public static final Uri ENTERPRISE_CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI,
446 public static final Uri ENTERPRISE_FILE_URI = Uri.withAppendedPath(AUTHORITY_URI,
710 Uri.withAppendedPath(AUTHORITY_URI, CONTENT_DIRECTORY);
764 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
1521 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "contacts");
1534 public static final Uri CORP_CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI,
1553 public static final Uri CONTENT_LOOKUP_URI = Uri.withAppendedPath(CONTENT_URI,
1564 public static final Uri CONTENT_VCARD_URI = Uri.withAppendedPath(CONTENT_URI,
1618 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");
DTelephony.java2119 public static final Uri CONTENT_URI = Uri.withAppendedPath(
2125 public static final Uri OBSOLETE_THREADS_URI = Uri.withAppendedPath(
2242 Uri RCS_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY, RCS_THREAD_URI_PART);
2268 Uri RCS_1_TO_1_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY,
2292 Uri RCS_GROUP_THREAD_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY,
2352 Uri RCS_PARTICIPANT_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY,
2460 Uri INCOMING_MESSAGE_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY,
2495 Uri OUTGOING_MESSAGE_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY,
2536 Uri UNIFIED_MESSAGE_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY,
2582 Uri FILE_TRANSFER_URI = Uri.withAppendedPath(CONTENT_AND_AUTHORITY,
[all …]
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.java797 Uri.withAppendedPath(Callable.CONTENT_FILTER_URI, in addCall()
/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/
DCarrierIdInstallReceiver.java35 resolver.update(Uri.withAppendedPath(Telephony.CarrierId.All.CONTENT_URI, in postInstall()
DApnDbInstallReceiver.java28 private static final Uri UPDATE_APN_DB = Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI,
/frameworks/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java39 Uri.withAppendedPath(Data.CONTENT_URI, "usagefeedback");
DBaseEmailAddressAdapter.java128 Uri.withAppendedPath(ContactsContract.AUTHORITY_URI, "directories");
/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/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.java143 return Uri.withAppendedPath(CONTENT_URI, String.valueOf(subscriptionId)); in getUriForSubscriptionId()
163 public static final Uri WFC_ENABLED_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI, "wfc");
183 public static final Uri ADVANCED_CALLING_ENABLED_CONTENT_URI = Uri.withAppendedPath(
202 public static final Uri WFC_MODE_CONTENT_URI = Uri.withAppendedPath(CONTENT_URI, "wfc_mode");
220 public static final Uri WFC_ROAMING_MODE_CONTENT_URI = Uri.withAppendedPath(
240 public static final Uri VT_ENABLED_CONTENT_URI = Uri.withAppendedPath(
259 public static final Uri WFC_ROAMING_ENABLED_CONTENT_URI = Uri.withAppendedPath(
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierResolver.java69 private static final Uri CONTENT_URL_PREFER_APN = Uri.withAppendedPath(
345 Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, "preferapn/subId/" in getPreferApn()
372 Uri.withAppendedPath(Telephony.Carriers.CONTENT_URI, in isPreferApnUserEdited()
859 Uri.withAppendedPath(CarrierId.All.CONTENT_URI, in getCarrierListVersion()
DInboundSmsHandler.java187 protected static final Uri sRawUri = Uri.withAppendedPath(Telephony.Sms.CONTENT_URI, "raw");
189 Uri.withAppendedPath(Telephony.Sms.CONTENT_URI, "raw/permanentDelete");
/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/telecomm/java/android/telecom/
DCallerInfo.java414 Uri contactUri = Uri.withAppendedPath(PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI, in getCallerInfo()
499 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");
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java631 return Uri.withAppendedPath(Settings.Global.CONTENT_URI, name); in insert()
638 return Uri.withAppendedPath(Settings.Secure.CONTENT_URI, name); in insert()
644 return Uri.withAppendedPath(Settings.System.CONTENT_URI, name); in insert()
3189 return (name != null) ? Uri.withAppendedPath(DeviceConfig.CONTENT_URI, name)
3192 return (name != null) ? Uri.withAppendedPath(Settings.Global.CONTENT_URI, name)
3195 return (name != null) ? Uri.withAppendedPath(Settings.Secure.CONTENT_URI, name)
3198 return (name != null) ? Uri.withAppendedPath(Settings.System.CONTENT_URI, name)

12