Searched refs:callerInfoName (Results 1 – 1 of 1) sorted by relevance
80 public final String callerInfoName; field in DisconnectedCallNotifier.CallInfo84 Drawable callerInfoPhoto, String callerInfoName, boolean isEmergency) { in CallInfo() argument90 this.callerInfoName = callerInfoName; in CallInfo()103 ", callerInfoName='" + callerInfoName + '\'' + in toString()269 if (!TextUtils.isEmpty(call.callerInfoName) && TextUtils.isGraphic(call.callerInfoName)) { in getNameForCallNotification()270 return call.callerInfoName; in getNameForCallNotification()