Home
last modified time | relevance | path

Searched refs:notificationTitle (Results 1 – 3 of 3) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java278 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local
298 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()
343 .setContentTitle(notificationTitle) in updateMwi()
486 String notificationTitle; in updateCfi() local
488 notificationTitle = subInfo.getDisplayName().toString(); in updateCfi()
490 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()
496 .setContentTitle(notificationTitle) in updateCfi()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java95 String notificationTitle = in createNotification() local
119 .setContentTitle(notificationTitle) in createNotification()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java875 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification() local
879 .setContentTitle(notificationTitle) in showDictionaryAvailableNotification()
881 .setTicker(notificationTitle) in showDictionaryAvailableNotification()