Searched refs:mConfStrTitleFormat (Results 1 – 1 of 1) sorted by relevance
57 private String mConfStrTitleFormat; field in OngoingConfCallFragment63 mConfStrTitleFormat = getString(R.string.ongoing_conf_title_format); in onCreate()127 String title = String.format(mConfStrTitleFormat, mConferenceTitleString, numParticipants); in updateTitle()