Searched refs:formatted (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java108 String formatted = reformat(s, Selection.getSelectionEnd(s));
109 if (formatted != null) {
112 s.replace(0, s.length(), formatted, 0, formatted.length());
115 if (formatted.equals(s.toString())) {
124 * Generate the formatted number by ignoring all non-dialable chars and stick the cursor to the
131 String formatted = null;
140 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
150 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
152 return formatted;
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DDowntimeConditionProvider.java258 final String formatted = new SimpleDateFormat(pattern, locale).format(new Date(endTime));
259 final String summary = mContext.getString(R.string.downtime_condition_summary, formatted);
261 return new Condition(id, summary, line1, formatted, 0, state, Condition.FLAG_RELEVANT_NOW);
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java838 String formatted;
852 formatted = PhoneNumberUtilsPort.formatNumber(
856 formatted = numberWithControlSequence;
862 && !TextUtils.isEmpty(formatted)
863 && !formatted.startsWith("tel:")) {
864 formatted = "tel:" + formatted;
867 // Pre-formatted string should be stored.
869 appendTelLine(type, label, formatted, isPrimary);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp825 const String16 formatted16("formatted");
1328 String16 formatted; local
1339 formatted.setTo(block.getAttributeStringValue(i, &length));
1367 if (formatted == false16) {

Completed in 143 milliseconds