/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | PhoneNumberFormattingTextWatcher.java | 111 String formatted = reformat(s, Selection.getSelectionEnd(s)); in afterTextChanged() local 112 if (formatted != null) { in afterTextChanged() 115 s.replace(0, s.length(), formatted, 0, formatted.length()); in afterTextChanged() 118 if (formatted.equals(s.toString())) { in afterTextChanged() 141 String formatted = null; in reformat() local 150 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat() 160 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat() 162 return formatted; in reformat()
|
/aosp14/frameworks/base/test-base/src/junit/framework/ |
H A 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()
|
H A D | ComparisonCompactor.java | 82 String formatted= ""; in format() local 84 formatted= message+" "; in format() 85 return formatted+"expected:<"+expected+"> but was:<"+actual+">"; in format()
|
/aosp14/frameworks/base/services/core/java/com/android/server/recoverysystem/hal/ |
H A D | BootControlHIDL.java | 119 "isSlotBootable() failed, Slot %d might be invalid.".formatted(slot)); in isSlotBootable() 129 "isSlotMarkedSuccessful() failed, Slot %d might be invalid.".formatted(slot)); in isSlotMarkedSuccessful() 146 throw new RemoteException("Error setActiveBootSlot(%d) %s".formatted(slot, res.errMsg)); in setActiveBootSlot() 155 "Error setSlotAsUnbootable(%d) %s".formatted(slot, res.errMsg)); in setSlotAsUnbootable() 165 throw new RemoteException("Error setSnapshotMergeStatus(%d)".formatted(status)); in setSnapshotMergeStatus()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | Clock.java | 490 SpannableStringBuilder formatted = new SpannableStringBuilder(result); in getSmallTime() local 492 formatted.delete(magic1, magic2+1); in getSmallTime() 496 formatted.setSpan(style, magic1, magic2, in getSmallTime() 499 formatted.delete(magic2, magic2 + 1); in getSmallTime() 500 formatted.delete(magic1, magic1 + 1); in getSmallTime() 502 return formatted; in getSmallTime()
|
/aosp14/frameworks/base/core/java/android/view/displayhash/ |
H A D | DisplayHash.java | 172 String formatted = String.format("%02X", byteArray[i] & 0xFF); in byteArrayToString() local 173 b.append(formatted); in byteArrayToString()
|
H A D | VerifiedDisplayHash.java | 72 String formatted = String.format("%02X", byteArray[i] & 0xFF); in byteArrayToString() local 73 b.append(formatted); in byteArrayToString()
|
/aosp14/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
H A D | LogParser.kt | 77 val formatted = format.format(*(args.toTypedArray())) regex 78 ps.print("${configEntry.level} ${configEntry.tag}: $formatted\n")
|
/aosp14/system/core/init/ |
H A D | init.cpp | 293 char* formatted; in ErrorHandler() local 294 if (vasprintf(&formatted, msg, args) >= 0) { in ErrorHandler() 295 LOG(ERROR) << formatted; in ErrorHandler() 297 free(formatted); in ErrorHandler()
|
H A D | README.md | 1035 1) Well formatted action, service and import sections, e.g. no actions without a preceding 'on'
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceParser.cpp | 835 bool formatted = true; in ParseString() local 843 formatted = maybe_formatted.value(); in ParseString() 867 if (formatted && translatable) { in ParseString()
|
/aosp14/system/core/fastboot/ |
H A D | README.md | 67 a. INFO -> display the formatted remaining 252 bytes and return to #4
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | ResourceTable.cpp | 1358 String16 formatted; in compileResourceFile() local 1369 formatted.setTo(block.getAttributeStringValue(i, &length)); in compileResourceFile() 1400 if (formatted == false16) { in compileResourceFile()
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A 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
|
/aosp14/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 753 // The value is a specially formatted string that describes the size and
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 27068 HSPLjava/text/DontCareFieldPosition$1;->formatted(ILjava/text/Format$Field;Ljava/lang/Object;IILjav… 27071 HSPLjava/text/FieldPosition$Delegate;->formatted(ILjava/text/Format$Field;Ljava/lang/Object;IILjava…
|