Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-telephony-common/src/com/android/car/telephony/common/
H A DAsyncQueryLiveData.java59 protected abstract T convertToEntity(@NonNull Cursor cursor); in convertToEntity() method in AsyncQueryLiveData
H A DAsyncEntityLoader.java52 T convertToEntity(Cursor cursor); in convertToEntity() method
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/favorite/
H A DBluetoothFavoriteContactsLiveData.java52 protected List<Contact> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in BluetoothFavoriteContactsLiveData
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/livedata/
H A DUnreadMissedCallLiveData.java77 protected List<PhoneCallLog> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in UnreadMissedCallLiveData
H A DCallHistoryLiveData.java110 protected List<PhoneCallLog> convertToEntity(Cursor cursor) { in convertToEntity() method in CallHistoryLiveData
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
H A DContactResultsLiveData.java144 public List<ContactResultListItem> convertToEntity(@Nullable Cursor cursor) { in convertToEntity() method in ContactResultsLiveData