Searched defs:convertToEntity (Results 1 – 4 of 4) sorted by relevance
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
109 protected List<PhoneCallLog> convertToEntity(Cursor cursor) { in convertToEntity() method in CallHistoryLiveData
78 protected abstract T convertToEntity(@NonNull Cursor cursor); in convertToEntity() method in AsyncQueryLiveData