Searched refs:titleFormat (Results 1 – 2 of 2) sorted by relevance
306 … String titleFormat = mContext.getString(R.string.notification_voicemail_title_count); in updateMwi() local307 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()
874 final String titleFormat = context.getString(R.string.dict_available_notification_title); in showDictionaryAvailableNotification() local875 final String notificationTitle = String.format(titleFormat, language); in showDictionaryAvailableNotification()