Searched refs:phoneUri (Results 1 – 3 of 3) sorted by relevance
95 Uri phoneUri = Uri.withAppendedPath( in queryWithPhoneNumber() local97 return queryWithUri(phoneUri); in queryWithPhoneNumber()
252 final Uri phoneUri = Uri.fromParts( in createMissedIncomingCallEvent() local254 bundle.putParcelable(TelecomManager.EXTRA_INCOMING_CALL_ADDRESS, phoneUri); in createMissedIncomingCallEvent()
387 Uri phoneUri = Uri.withAppendedPath(ContactsContract.PhoneLookup.CONTENT_FILTER_URI, in resolvePhoneContact() local389 return searchContacts(context, phoneUri); in resolvePhoneContact()