Searched refs:notificationTitle (Results 1 – 3 of 3) sorted by relevance
278 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local298 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()343 .setContentTitle(notificationTitle) in updateMwi()486 String notificationTitle; in updateCfi() local488 notificationTitle = subInfo.getDisplayName().toString(); in updateCfi()490 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()496 .setContentTitle(notificationTitle) in updateCfi()
95 String notificationTitle = in createNotification() local119 .setContentTitle(notificationTitle) in createNotification()
875 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification() local879 .setContentTitle(notificationTitle) in showDictionaryAvailableNotification()881 .setTicker(notificationTitle) in showDictionaryAvailableNotification()