Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardPresenter.java265 if (shouldRefreshPrimaryInfo(primaryChanged, ui, shouldShowCallSubject(mPrimary))) { in onStateChange()
404 boolean shouldShowCallSubject) { in shouldRefreshPrimaryInfo() argument
410 ui.isCallSubjectVisible() != shouldShowCallSubject; in shouldRefreshPrimaryInfo()
784 boolean isCallSubjectShown = shouldShowCallSubject(mPrimary); in updatePrimaryDisplayInfo()
1110 private boolean shouldShowCallSubject(Call call) { in shouldShowCallSubject() method in CallCardPresenter