Home
last modified time | relevance | path

Searched refs:CALL_HISTORY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomPageTab.java49 TelecomPageTab.Page.CALL_HISTORY,
55 String CALL_HISTORY = "CALL_HISTORY"; field
117 .put(Page.CALL_HISTORY, R.string.call_history_title)
125 .put(Page.CALL_HISTORY, R.drawable.ic_history)
149 case Page.CALL_HISTORY: in createFragment()
DTelecomActivity.java155 showTabPage(TelecomPageTab.Page.CALL_HISTORY); in handleIntent()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemViewHolder.java290 hostUi = HostUi.CALL_HISTORY; in CallLogListItemViewHolder()
1127 case HostUi.CALL_HISTORY: in logCallLogAction()
1143 case HostUi.CALL_HISTORY: in logCallLogAction()
1312 @IntDef({HostUi.CALL_LOG, HostUi.CALL_HISTORY, HostUi.VOICEMAIL})
1316 int CALL_HISTORY = 1; field
/packages/apps/Car/Dialer/src/com/android/car/dialer/notification/
DMissedCallNotificationController.java188 intent.putExtra(Constants.Intents.EXTRA_SHOW_PAGE, TelecomPageTab.Page.CALL_HISTORY); in getContentPendingIntent()