Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DNotificationMgr.java306 … String titleFormat = mContext.getString(R.string.notification_voicemail_title_count); in updateMwi() local
307 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DUpdateHandler.java874 final String titleFormat = context.getString(R.string.dict_available_notification_title); in showDictionaryAvailableNotification() local
875 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification()