Home
last modified time | relevance | path

Searched refs:phoneUri (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java95 Uri phoneUri = Uri.withAppendedPath( in queryWithPhoneNumber() local
97 return queryWithUri(phoneUri); in queryWithPhoneNumber()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMissedIncomingCallSmsFilter.java252 final Uri phoneUri = Uri.fromParts( in createMissedIncomingCallEvent() local
254 bundle.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, phoneUri); in createMissedIncomingCallEvent()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java387 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, in resolvePhoneContact() local
389 return searchContacts(context, phoneUri); in resolvePhoneContact()