Searched refs:notificationTitle (Results 1 – 4 of 4) sorted by relevance
302 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local322 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()367 .setContentTitle(notificationTitle) in updateMwi()524 String notificationTitle; in updateCfi() local530 notificationTitle = subInfo.getDisplayName().toString(); in updateCfi()532 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()538 .setContentTitle(notificationTitle) in updateCfi()
117 CharSequence notificationTitle = null; in onEnableMmsDataRequest() local120 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()123 notificationTitle = context.getResources().getText( in onEnableMmsDataRequest()143 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()