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

/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberFormattingTextWatcher.java110 String formatted = reformat(s, Selection.getSelectionEnd(s));
111 if (formatted != null) {
114 s.replace(0, s.length(), formatted, 0, formatted.length());
117 if (formatted.equals(s.toString())) {
125 * Generate the formatted number by ignoring all non-dialable chars and stick the cursor to the
132 String formatted = null;
141 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
151 formatted = getFormattedNumber(lastNonSeparator, hasCursor);
153 return formatted;
[all...]
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardBuilder.java873 String formatted;
887 formatted = PhoneNumberUtilsPort.formatNumber(
891 formatted = numberWithControlSequence;
897 && !TextUtils.isEmpty(formatted)
898 && !formatted.startsWith("tel:")) {
899 formatted = "tel:" + formatted;
902 // Pre-formatted string should be stored.
904 appendTelLine(type, label, formatted, isPrimary);
/frameworks/base/tools/aapt/
H A DResourceTable.cpp785 const String16 formatted16("formatted");
1262 String16 formatted; local
1273 formatted.setTo(block.getAttributeStringValue(i, &length));
1298 if (formatted == false16) {

Completed in 309 milliseconds