Searched refs:CallHistoryLiveData (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.car.dialer.livedata.CallHistoryLiveData.CallType.CALL_TYPE_ALL;39 public class CallHistoryLiveData extends AsyncQueryLiveData<List<PhoneCallLog>> { class62 public static CallHistoryLiveData newInstance(Context context) { in newInstance()69 public static CallHistoryLiveData newLastCallLiveData(Context context) { in newLastCallLiveData()73 private static CallHistoryLiveData newInstance(Context context, int callType, int limit) { in newInstance()95 return new CallHistoryLiveData(context, queryParam); in newInstance()99 private CallHistoryLiveData(Context context, QueryParam queryParam) { in CallHistoryLiveData() method in CallHistoryLiveData
26 import com.android.car.dialer.livedata.CallHistoryLiveData;104 case CallHistoryLiveData.CallType.INCOMING_TYPE: in getCallTypeDrawable()106 case CallHistoryLiveData.CallType.OUTGOING_TYPE: in getCallTypeDrawable()108 case CallHistoryLiveData.CallType.MISSED_TYPE: in getCallTypeDrawable()110 case CallHistoryLiveData.CallType.VOICEMAIL_TYPE: in getCallTypeDrawable()
34 import com.android.car.dialer.livedata.CallHistoryLiveData;81 CallHistoryLiveData.CallType.INCOMING_TYPE); in setup()83 CallHistoryLiveData.CallType.OUTGOING_TYPE); in setup()118 CallHistoryLiveData.CallType.INCOMING_TYPE); in testUI()120 CallHistoryLiveData.CallType.OUTGOING_TYPE); in testUI()
24 import com.android.car.dialer.livedata.CallHistoryLiveData;42 CallHistoryLiveData.newInstance(application.getApplicationContext()), in CallHistoryViewModel()
27 import com.android.car.dialer.livedata.CallHistoryLiveData;75 if (uiCallLog.getMostRecentCallType() == CallHistoryLiveData.CallType.MISSED_TYPE) { in onBind()
21 import com.android.car.dialer.livedata.CallHistoryLiveData;117 return mCallRecords.isEmpty() ? CallHistoryLiveData.CallType.CALL_TYPE_ALL in getMostRecentCallType()
26 import com.android.car.dialer.livedata.CallHistoryLiveData;54 CallHistoryLiveData callHistoryLiveData, in UiCallLogLiveData()