Searched defs:convertToEntity (Results 1 – 6 of 6) sorted by relevance
59 protected abstract T convertToEntity(@NonNull Cursor cursor); in convertToEntity() method in AsyncQueryLiveData
52 T convertToEntity(Cursor cursor); in convertToEntity() method
52 protected List<Contact> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in BluetoothFavoriteContactsLiveData
77 protected List<PhoneCallLog> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in UnreadMissedCallLiveData
110 protected List<PhoneCallLog> convertToEntity(Cursor cursor) { in convertToEntity() method in CallHistoryLiveData
144 public List<ContactResultListItem> convertToEntity(@Nullable Cursor cursor) { in convertToEntity() method in ContactResultsLiveData