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