Home
last modified time | relevance | path

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

/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomPageTab.java52 TelecomPageTab.Page.CALL_HISTORY,
58 String CALL_HISTORY = "CALL_HISTORY"; field
133 .put(Page.CALL_HISTORY, R.string.call_history_title)
141 .put(Page.CALL_HISTORY, R.drawable.ic_history)
170 case Page.CALL_HISTORY: in createFragment()
DTelecomActivity.java146 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