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