Home
last modified time | relevance | path

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

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallCardPresenter.java477 .setCallSubject(shouldShowCallSubject(primary) ? primary.getCallSubject() : null) in updatePrimaryCallState()
693 boolean isCallSubjectShown = shouldShowCallSubject(primary); in updatePrimaryDisplayInfo()
1134 private boolean shouldShowCallSubject(DialerCall call) { in shouldShowCallSubject() method in CallCardPresenter