Searched refs:convertToEntity (Results 1 – 5 of 5) sorted by relevance
79 protected abstract T convertToEntity(@NonNull Cursor cursor); in convertToEntity() method in AsyncQueryLiveData105 T entity = mCursor == null ? null : convertToEntity(mCursor); in run()
119 protected List<Contact> convertToEntity(Cursor cursor) { in InMemoryPhoneBook()
42 protected List<Contact> convertToEntity(@NonNull Cursor cursor) { in convertToEntity() method in BluetoothFavoriteContactsLiveData
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