Searched refs:convertToEntity (Results 1 – 6 of 6) sorted by relevance
73 protected abstract T convertToEntity(@NonNull Cursor cursor); in convertToEntity() method in AsyncQueryLiveData98 T entity = mCursor == null ? null : convertToEntity(mCursor); in run()
89 protected List<Contact> convertToEntity(Cursor cursor) { in InMemoryPhoneBook()
66 protected List<Contact> convertToEntity(Cursor cursor) { in convertToEntity() method in FavoriteContactLiveData
42 protected Contact convertToEntity(Cursor cursor) { in convertToEntity() method in ContactDetailsLiveData
68 protected List<PhoneCallLog> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in UnreadMissedCallLiveData
105 protected List<PhoneCallLog> convertToEntity(Cursor cursor) { in convertToEntity() method in CallHistoryLiveData