Home
last modified time | relevance | path

Searched defs:convertToEntity (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
DBluetoothFavoriteContactsLiveData.java52 protected List<Contact> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in BluetoothFavoriteContactsLiveData
/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
DUnreadMissedCallLiveData.java77 protected List<PhoneCallLog> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in UnreadMissedCallLiveData
DCallHistoryLiveData.java109 protected List<PhoneCallLog> convertToEntity(Cursor cursor) { in convertToEntity() method in CallHistoryLiveData
/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
DAsyncQueryLiveData.java78 protected abstract T convertToEntity(@NonNull Cursor cursor); in convertToEntity() method in AsyncQueryLiveData