Searched refs:getCallSubject (Results 1 – 5 of 5) sorted by relevance
68 assertEquals(mCall.getCallSubject(), null); in testUpdateFromCallExtras_corruptedBundle()97 assertEquals(CALL_SUBJECT, mCall.getCallSubject()); in verifyTestBundleResult()
66 info.callSubject = call.getCallSubject(); in buildCallerInfo()
513 } else if (!TextUtils.isEmpty(call.getCallSubject()) && call.isCallSubjectSupported()) { in getContentString()514 return call.getCallSubject(); in getContentString()
787 ui.setCallSubject(mPrimary.getCallSubject()); in updatePrimaryDisplayInfo()1117 return isIncomingOrWaiting && !TextUtils.isEmpty(call.getCallSubject()) && in shouldShowCallSubject()
689 public String getCallSubject() { in getCallSubject() method in Call