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.java194 Uri refreshedUri = ContactsContract.Contacts.lookupContact( in lookupContact() local
196 if (refreshedUri == null) { in lookupContact()
199 long contactId = ContentUris.parseId(refreshedUri); in lookupContact()