Lines Matching refs:callerDisplayName
74 Connection c, String callerDisplayName, int presentation) {}
676 * @param callerDisplayName The new display name.
680 public final void setCallerDisplayName(String callerDisplayName, int presentation) {
681 Log.d(this, "setCallerDisplayName %s", callerDisplayName);
682 mCallerDisplayName = callerDisplayName;
685 l.onCallerDisplayNameChanged(this, callerDisplayName, presentation);