Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java118 CharSequence expandedText; // The text in the notification's line 1 and 2. in updateMissedCallNotification() local
188 expandedText = in updateMissedCallNotification()
193 expandedText = contactInfo.name; in updateMissedCallNotification()
203 expandedText = context.getString(R.string.notification_missedCallsMsg, count); in updateMissedCallNotification()
220 .setContentText(expandedText) in updateMissedCallNotification()
349 CharSequence expandedText; in getNotificationForCall() local
352 expandedText = in getNotificationForCall()
357 expandedText = contactInfo.name; in getNotificationForCall()
361 expandedText = in getNotificationForCall()
362 context.getString(R.string.post_call_notification_message, expandedText, postCallMessage); in getNotificationForCall()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java342 final String expandedText; // The text in the notification's line 1 and 2. in showMissedCallNotification() local
348 expandedText = getNameForMissedCallNotification(callInfo); in showMissedCallNotification()
360 expandedText = in showMissedCallNotification()
389 .setContentText(expandedText) in showMissedCallNotification()
DDisconnectedCallNotifier.java160 final CharSequence expandedText = call.isEmergency in showDisconnectedNotification() local
196 .setStyle(new Notification.BigTextStyle().bigText(expandedText)) in showDisconnectedNotification()