Searched refs:phoneUri (Results 1 – 1 of 1) sorted by relevance
67 Uri phoneUri = Uri.withAppendedPath(contactUri, Phones.CONTENT_DIRECTORY); in loadContact() local68 cursor = contentResolver.query(phoneUri, in loadContact()