Searched refs:titleFormat (Results 1 – 3 of 3) sorted by relevance
73 final CharSequence titleFormat = mContext.getText( in displayPreference() local76 titleFormat.toString(), mPairedDevice.getGuid())); in displayPreference()
328 … String titleFormat = mContext.getString(R.string.notification_voicemail_title_count); in updateMwi() local329 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()