Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/storage/
DFavoriteNumberRepository.java204 Uri refreshedUri = ContactsContract.Contacts.lookupContact( in lookupContact() local
206 if (refreshedUri == null) { in lookupContact()
209 long contactId = ContentUris.parseId(refreshedUri); in lookupContact()