Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DInMemoryPhoneBook.java128 return onCursorLoaded(cursor); in InMemoryPhoneBook()
234 private List<Contact> onCursorLoaded(Cursor cursor) { in onCursorLoaded() method in InMemoryPhoneBook