Searched refs:contentText (Results 1 – 3 of 3) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerReceiver.java | 255 String title, contentText; in showInUseNotification() local 264 contentText = buildTimeRemaining(context, timeLeft); in showInUseNotification() 274 contentText = context.getString(R.string.all_timers_stopped_notif); in showInUseNotification() 281 contentText = String.format(context.getString(R.string.next_timer_notif), in showInUseNotification() 295 showCollapsedNotificationWithNext(context, title, contentText, nextBroadcastTime); in showInUseNotification()
|
/packages/apps/Email/src/com/android/email/ |
D | EmailNotificationController.java | 132 String ticker, CharSequence title, String contentText, Intent intent, in createBaseAccountNotificationBuilder() argument 144 .setContentText(contentText) in createBaseAccountNotificationBuilder() 171 String contentText, Intent intent, int notificationId) { in showNotification() argument 173 ticker, title, contentText, intent, null, true, in showNotification()
|
/packages/services/Telephony/src/com/android/phone/ |
D | NotificationMgr.java | 506 final CharSequence contentText = mContext.getText(R.string.roaming_reenable_message); in showDataDisconnectedRoaming() local 512 .setContentText(contentText); in showDataDisconnectedRoaming() 523 new Notification.BigTextStyle(builder).bigText(contentText).build(); in showDataDisconnectedRoaming()
|