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.java309 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local
329 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()
375 .setContentTitle(notificationTitle) in updateMwi()
543 String notificationTitle; in updateCfi() local
550 notificationTitle = subInfo.getDisplayName().toString(); in updateCfi()
552 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()
555 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()
561 .setContentTitle(notificationTitle) in updateCfi()
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java120 CharSequence notificationTitle = null; in onEnableMmsDataRequest() local
123 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()
126 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()
147 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()