Searched refs:getCallSubject (Results 1 – 5 of 5) sorted by relevance
153 return !TextUtils.isEmpty(call.getCallSubject()); in hasCallSubject()477 .setCallSubject(shouldShowCallSubject(primary) ? primary.getCallSubject() : null) in updatePrimaryCallState()1143 && !TextUtils.isEmpty(call.getCallSubject()) in shouldShowCallSubject()
88 info.callSubject = call.getCallSubject(); in buildCallerInfo()
685 } else if (!TextUtils.isEmpty(call.getCallSubject()) && call.isCallSubjectSupported()) { in getContentString()686 return call.getCallSubject(); in getContentString()
181 public String getCallSubject() { in getCallSubject() method in CallIntentBuilder
953 public String getCallSubject() { in getCallSubject() method in DialerCall