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