Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java224 private boolean isCallSubjectSupported; field in DialerCall
638 isCallSubjectSupported = in updateFromTelecomCall()
960 public boolean isCallSubjectSupported() { in isCallSubjectSupported() method in DialerCall
961 return isCallSubjectSupported; in isCallSubjectSupported()
/packages/apps/Dialer/java/com/android/incallui/
DCallCardPresenter.java1145 && call.isCallSubjectSupported(); in shouldShowCallSubject()
DStatusBarNotifier.java685 } else if (!TextUtils.isEmpty(call.getCallSubject()) && call.isCallSubjectSupported()) { in getContentString()