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.java111 CharSequence expandedText; // The text in the notification's line 1 and 2. in updateMissedCallNotification() local
178 expandedText = in updateMissedCallNotification()
183 expandedText = contactInfo.name; in updateMissedCallNotification()
193 expandedText = context.getString(R.string.notification_missedCallsMsg, count); in updateMissedCallNotification()
210 .setContentText(expandedText) in updateMissedCallNotification()
339 CharSequence expandedText; in getNotificationForCall() local
342 expandedText = in getNotificationForCall()
347 expandedText = contactInfo.name; in getNotificationForCall()
351 expandedText = in getNotificationForCall()
352 context.getString(R.string.post_call_notification_message, expandedText, postCallMessage); in getNotificationForCall()
[all …]
/packages/services/Telecomm/src/com/android/server/telecom/ui/
DMissedCallNotifierImpl.java331 final String expandedText; // The text in the notification's line 1 and 2. in showMissedCallNotification() local
337 expandedText = getNameForMissedCallNotification(callInfo); in showMissedCallNotification()
347 expandedText = in showMissedCallNotification()
376 .setContentText(expandedText) in showMissedCallNotification()
DDisconnectedCallNotifier.java160 final CharSequence expandedText = call.isEmergency in showDisconnectedNotification() local
196 .setStyle(new Notification.BigTextStyle().bigText(expandedText)) in showDisconnectedNotification()