Searched refs:titleFormat (Results 1 – 2 of 2) sorted by relevance
72 final CharSequence titleFormat = mContext.getText( in displayPreference() local75 titleFormat.toString(), mPairedDevice.guid)); in displayPreference()
339 … String titleFormat = mContext.getString(R.string.notification_voicemail_title_count); in updateMwi() local340 notificationTitle = String.format(titleFormat, vmCount); in updateMwi()