Home
last modified time | relevance | path

Searched refs:callerInfoName (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telecomm/src/com/android/server/telecom/ui/
DDisconnectedCallNotifier.java80 public final String callerInfoName; field in DisconnectedCallNotifier.CallInfo
84 Drawable callerInfoPhoto, String callerInfoName, boolean isEmergency) { in CallInfo() argument
90 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()