/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 109 String formatted = reformat(s, Selection.getSelectionEnd(s)); in afterTextChanged() local 110 if (formatted != null) { in afterTextChanged() 113 s.replace(0, s.length(), formatted, 0, formatted.length()); in afterTextChanged() 116 if (formatted.equals(s.toString())) { in afterTextChanged() 132 String formatted = null; in reformat() local 141 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat() 151 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat() 153 return formatted; in reformat()
|
/frameworks/base/test-base/src/junit/framework/ |
D | Assert.java | 273 String formatted= ""; in failSame() local 275 formatted= message+" "; in failSame() 276 fail(formatted+"expected not same"); in failSame() 280 String formatted= ""; in failNotSame() local 282 formatted= message+" "; in failNotSame() 283 fail(formatted+"expected same:<"+expected+"> was not:<"+actual+">"); in failNotSame() 291 String formatted= ""; in format() local 293 formatted= message+" "; in format() 294 return formatted+"expected:<"+expected+"> but was:<"+actual+">"; in format()
|
D | ComparisonCompactor.java | 82 String formatted= ""; in format() local 84 formatted= message+" "; in format() 85 return formatted+"expected:<"+expected+"> but was:<"+actual+">"; in format()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 439 SpannableStringBuilder formatted = new SpannableStringBuilder(result); in getSmallTime() local 441 formatted.delete(magic1, magic2+1); in getSmallTime() 445 formatted.setSpan(style, magic1, magic2, in getSmallTime() 448 formatted.delete(magic2, magic2 + 1); in getSmallTime() 449 formatted.delete(magic1, magic1 + 1); in getSmallTime() 451 return formatted; in getSmallTime()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardBuilder.java | 838 String formatted; in appendPhones() local 852 formatted = PhoneNumberUtilsPort.formatNumber( in appendPhones() 856 formatted = numberWithControlSequence; in appendPhones() 862 && !TextUtils.isEmpty(formatted) in appendPhones() 863 && !formatted.startsWith("tel:")) { in appendPhones() 864 formatted = "tel:" + formatted; in appendPhones() 869 appendTelLine(type, label, formatted, isPrimary); in appendPhones()
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser.cpp | 789 bool formatted = true; in ParseString() local 799 formatted = maybe_formatted.value(); in ParseString() 823 if (formatted && translatable) { in ParseString()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1358 String16 formatted; in compileResourceFile() local 1369 formatted.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile() 1400 if (formatted == false16) { in compileResourceFile()
|
/frameworks/av/media/codec2/docs/ |
D | doxygen.config | 283 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: 285 # or free formatted code, this is the default for Fortran type files), VHDL. For 1978 # formatted so it can be parsed by a human reader. This is useful if you want to
|
/frameworks/base/media/native/midi/include/ |
D | Doxyfile.orig | 283 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: 285 # or free formatted code, this is the default for Fortran type files), VHDL. For 2028 # formatted so it can be parsed by a human reader. This is useful if you want to
|
D | Doxyfile | 283 # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: 285 # or free formatted code, this is the default for Fortran type files), VHDL. For 2028 # formatted so it can be parsed by a human reader. This is useful if you want to
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 725 // The value is a specially formatted string that describes the size and
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1303 # nicely formatted so it can be parsed by a human reader.
|
/frameworks/native/docs/ |
D | Doxyfile | 1561 # nicely formatted so it can be parsed by a human reader. This is useful
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile | 1873 # formatted so it can be parsed by a human reader. This is useful if you want to
|
D | Doxyfile.orig | 1864 # formatted so it can be parsed by a human reader. This is useful if you want to
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 27903 HSPLjava/text/DontCareFieldPosition$1;->formatted(ILjava/text/Format$Field;Ljava/lang/Object;IILjav… 27906 HSPLjava/text/FieldPosition$Delegate;->formatted(ILjava/text/Format$Field;Ljava/lang/Object;IILjava…
|
D | hiddenapi-greylist-max-o.txt | 106480 Ljava/text/FieldPosition$Delegate;->formatted(ILjava/text/Format$Field;Ljava/lang/Object;IILjava/la… 106481 Ljava/text/FieldPosition$Delegate;->formatted(Ljava/text/Format$Field;Ljava/lang/Object;IILjava/lan… 106489 Ljava/text/Format$FieldDelegate;->formatted(ILjava/text/Format$Field;Ljava/lang/Object;IILjava/lang… 106490 Ljava/text/Format$FieldDelegate;->formatted(Ljava/text/Format$Field;Ljava/lang/Object;IILjava/lang/…
|