Searched refs:formatted (Results 1 – 3 of 3) sorted by relevance
99 String formatted = in initUI() local105 getString(R.string.normal_date_format, formatted); in initUI()107 formattedDates[i] = formatted; in initUI()
854 String formatted = in appendPhones() local860 && !TextUtils.isEmpty(formatted) in appendPhones()861 && !formatted.startsWith("tel:")) { in appendPhones()862 formatted = "tel:" + formatted; in appendPhones()867 appendTelLine(type, label, formatted, isPrimary); in appendPhones()
241 CharSequence formatted = formatVoiceSearchHint(context, hint); in voiceSearchHintReceived() local246 state.setVoiceSearchHint(formatted); in voiceSearchHintReceived()