Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java297 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local
317 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()
363 .setContentTitle(notificationTitle) in updateMwi()
516 String notificationTitle; in updateCfi() local
522 notificationTitle = subInfo.getDisplayName().toString(); in updateCfi()
524 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()
530 .setContentTitle(notificationTitle) in updateCfi()
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java116 CharSequence notificationTitle = null; in onEnableMmsDataRequest() local
119 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()
122 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()
142 createEnableMmsNotification(context, notificationTitle, notificationSummary, subId); in onEnableMmsDataRequest()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java98 String notificationTitle = in createNotification() local
125 .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()