Searched refs:notificationTitle (Results 1 – 4 of 4) sorted by relevance
297 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local317 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()363 .setContentTitle(notificationTitle) in updateMwi()516 String notificationTitle; in updateCfi() local522 notificationTitle = subInfo.getDisplayName().toString(); in updateCfi()524 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()530 .setContentTitle(notificationTitle) in updateCfi()
116 CharSequence notificationTitle = null; in onEnableMmsDataRequest() local119 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()122 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()142 createEnableMmsNotification(context, notificationTitle, notificationSummary, subId); in onEnableMmsDataRequest()
98 String notificationTitle = in createNotification() local125 .setContentTitle(notificationTitle) in createNotification()
875 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification() local879 .setContentTitle(notificationTitle) in showDictionaryAvailableNotification()881 .setTicker(notificationTitle) in showDictionaryAvailableNotification()