Searched refs:CallType (Results 1 – 7 of 7) sorted by relevance
19 import static com.android.car.dialer.livedata.CallHistoryLiveData.CallType.CALL_TYPE_ALL;46 CallType.INCOMING_TYPE,47 CallType.OUTGOING_TYPE,48 CallType.MISSED_TYPE,50 public @interface CallType { annotation in CallHistoryLiveData
59 public @interface CallType {} annotation in SimulatorSimCallManager91 @NonNull Context context, @NonNull String phoneNumber, @CallType int callType) { in addNewOutgoingCall()99 @CallType int callType, in addNewOutgoingCall()135 @NonNull Context context, @NonNull String callerId, @CallType int callType) { in addNewIncomingCall()143 @CallType int callType, in addNewIncomingCall()245 static Bundle createSimulatorConnectionExtras(@CallType int callType) { in createSimulatorConnectionExtras()
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()
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()
183 enum CallType { enum257 optional CallType type = 3;
117 return mCallRecords.isEmpty() ? CallHistoryLiveData.CallType.CALL_TYPE_ALL in getMostRecentCallType()
75 if (uiCallLog.getMostRecentCallType() == CallHistoryLiveData.CallType.MISSED_TYPE) { in onBind()