Searched refs:contentTitle (Results 1 – 3 of 3) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
D | TimerModel.java | 616 final String contentTitle; in updateNotification() local 627 contentTitle = mContext.getString(R.string.timer_notification_label); in updateNotification() 629 contentTitle = timer.getLabel(); in updateNotification() 645 contentTitle = mContext.getString(R.string.timer_paused); in updateNotification() 664 contentTitle = mContext.getString(R.string.timers_in_use, unexpired.size()); in updateNotification() 668 contentTitle = mContext.getString(R.string.timers_stopped, unexpired.size()); in updateNotification() 692 .setContentTitle(contentTitle) in updateNotification() 759 final String contentTitle; in updateHeadsUpNotification() local 764 contentTitle = mContext.getString(R.string.timer_notification_label); in updateHeadsUpNotification() 774 contentTitle = mContext.getString(R.string.timer_notification_label); in updateHeadsUpNotification() [all …]
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/ |
D | StatusBarNotifier.java | 248 final String contentTitle = getContentTitle(contactInfo, call); in buildAndSendNotification() local 257 if (!checkForChangeAndSaveData(iconResId, content, largeIcon, contentTitle, callState, in buildAndSendNotification() 300 builder.setContentTitle(contentTitle); in buildAndSendNotification() 386 String contentTitle, int state, int notificationType, Uri ringtone) { in checkForChangeAndSaveData() argument 392 (contentTitle != null && !contentTitle.equals(mSavedContentTitle)) || in checkForChangeAndSaveData() 393 (contentTitle == null && mSavedContentTitle != null); in checkForChangeAndSaveData() 413 mSavedContentTitle = contentTitle; in checkForChangeAndSaveData()
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
D | CarNavExtender.java | 259 public CarNavExtender setContentTitle(CharSequence contentTitle) { in setContentTitle() argument 260 mContentTitle = contentTitle; in setContentTitle()
|