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