Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java326 String notificationTitle = mContext.getString(R.string.notification_voicemail_title); in updateMwi() local
344 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()
390 .setContentTitle(notificationTitle) in updateMwi()
449 String notificationTitle; in updateCfi() local
451 notificationTitle = subInfo.getDisplayName().toString(); in updateCfi()
453 notificationTitle = mContext.getString(R.string.labelCF); in updateCfi()
459 .setContentTitle(notificationTitle) in updateCfi()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java862 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification() local
866 .setContentTitle(notificationTitle) in showDictionaryAvailableNotification()
868 .setTicker(notificationTitle) in showDictionaryAvailableNotification()