Home
last modified time | relevance | path

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

/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DAsyncQueryLiveData.java79 protected abstract T convertToEntity(@NonNull Cursor cursor); in convertToEntity() method in AsyncQueryLiveData
105 T entity = mCursor == null ? null : convertToEntity(mCursor); in run()
DInMemoryPhoneBook.java119 protected List<Contact> convertToEntity(Cursor cursor) { in InMemoryPhoneBook()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DBluetoothFavoriteContactsLiveData.java42 protected List<Contact> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in BluetoothFavoriteContactsLiveData
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DUnreadMissedCallLiveData.java68 protected List<PhoneCallLog> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in UnreadMissedCallLiveData
DCallHistoryLiveData.java105 protected List<PhoneCallLog> convertToEntity(Cursor cursor) { in convertToEntity() method in CallHistoryLiveData