Searched refs:expandedText (Results 1 – 3 of 3) sorted by relevance
118 CharSequence expandedText; // The text in the notification's line 1 and 2. in updateMissedCallNotification() local188 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() local352 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 …]
342 final String expandedText; // The text in the notification's line 1 and 2. in showMissedCallNotification() local348 expandedText = getNameForMissedCallNotification(callInfo); in showMissedCallNotification()360 expandedText = in showMissedCallNotification()389 .setContentText(expandedText) in showMissedCallNotification()
160 final CharSequence expandedText = call.isEmergency in showDisconnectedNotification() local196 .setStyle(new Notification.BigTextStyle().bigText(expandedText)) in showDisconnectedNotification()