Searched refs:shouldShowCallSubject (Results 1 – 1 of 1) sorted by relevance
265 if (shouldRefreshPrimaryInfo(primaryChanged, ui, shouldShowCallSubject(mPrimary))) { in onStateChange()404 boolean shouldShowCallSubject) { in shouldRefreshPrimaryInfo() argument410 ui.isCallSubjectVisible() != shouldShowCallSubject; in shouldRefreshPrimaryInfo()784 boolean isCallSubjectShown = shouldShowCallSubject(mPrimary); in updatePrimaryDisplayInfo()1110 private boolean shouldShowCallSubject(Call call) { in shouldShowCallSubject() method in CallCardPresenter