/frameworks/base/telephony/java/android/telephony/ |
D | PhoneNumberFormattingTextWatcher.java | 116 String formatted = reformat(s, Selection.getSelectionEnd(s)); in afterTextChanged() local 117 if (formatted != null) { in afterTextChanged() 120 s.replace(0, s.length(), formatted, 0, formatted.length()); in afterTextChanged() 123 if (formatted.equals(s.toString())) { in afterTextChanged() 146 String formatted = null; in reformat() local 155 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat() 165 formatted = getFormattedNumber(lastNonSeparator, hasCursor); in reformat() 167 return formatted; in reformat()
|
/frameworks/base/test-junit/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/services/core/java/com/android/server/recoverysystem/hal/ |
D | BootControlHIDL.java | 121 "isSlotBootable() failed, Slot %d might be invalid.".formatted(slot)); in isSlotBootable() 131 "isSlotMarkedSuccessful() failed, Slot %d might be invalid.".formatted(slot)); in isSlotMarkedSuccessful() 148 throw new RemoteException("Error setActiveBootSlot(%d) %s".formatted(slot, res.errMsg)); in setActiveBootSlot() 157 "Error setSlotAsUnbootable(%d) %s".formatted(slot, res.errMsg)); in setSlotAsUnbootable() 167 throw new RemoteException("Error setSnapshotMergeStatus(%d)".formatted(status)); in setSnapshotMergeStatus()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | Clock.java | 491 SpannableStringBuilder formatted = new SpannableStringBuilder(result); in getSmallTime() local 493 formatted.delete(magic1, magic2+1); in getSmallTime() 497 formatted.setSpan(style, magic1, magic2, in getSmallTime() 500 formatted.delete(magic2, magic2 + 1); in getSmallTime() 501 formatted.delete(magic1, magic1 + 1); in getSmallTime() 503 return formatted; in getSmallTime()
|
/frameworks/base/tools/protologtool/src/com/android/protolog/tool/ |
D | LogParser.kt | 77 val formatted = format.format(*(args.toTypedArray())) in <lambda>() constant 78 ps.print("${configEntry.level} ${configEntry.tag}: $formatted\n") in <lambda>()
|
/frameworks/base/core/java/android/view/displayhash/ |
D | DisplayHash.java | 172 String formatted = String.format("%02X", byteArray[i] & 0xFF); in byteArrayToString() local 173 b.append(formatted); in byteArrayToString()
|
D | VerifiedDisplayHash.java | 72 String formatted = String.format("%02X", byteArray[i] & 0xFF); in byteArrayToString() local 73 b.append(formatted); in byteArrayToString()
|
/frameworks/libs/systemui/motiontoollib/src/com/android/app/motiontool/proto/ |
D | motion_tool.proto | 65 // WindowManagerGlobal#getRootView. This is formatted as
|
/frameworks/base/core/java/android/hardware/location/ |
D | ContextHubClient.java | 248 "Message (%d bytes) exceeds max payload length (%d bytes)".formatted( in doSendMessageToNanoApp()
|
/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/native/opengl/tools/glgen/src/ |
D | JniCodeEmitter.java | 211 String formatted = indent + tokens[0] + "("; in formatFunctionCall() local 218 if(indent.length() + formatted.length() + params[i].length() > MAXLEN) { in formatFunctionCall() 219 lines.add(formatted); in formatFunctionCall() 223 formatted = indent + params[i] + terminator; in formatFunctionCall() 225 formatted += (i == 0 ? "" : " ") + params[i] + terminator; in formatFunctionCall() 228 lines.add(formatted); in formatFunctionCall()
|
/frameworks/base/core/java/android/companion/virtual/ |
D | VirtualDeviceManager.java | 993 "Flag is not enabled: %s".formatted(Flags.FLAG_VIRTUAL_CAMERA)); in createVirtualCamera()
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser.cpp | 835 bool formatted = true; in ParseString() local 843 formatted = maybe_formatted.value(); in ParseString() 867 if (formatted && translatable) { in ParseString()
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.cpp | 1360 String16 formatted; in compileResourceFile() local 1371 formatted = String16(block.getAttributeStringValue(i, &length)); in compileResourceFile() 1402 if (formatted == false16) { in compileResourceFile()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyEngine.java | 1913 BACKUP_FILENAME.formatted(backupId)); in createBackup()
|
/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 | 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 | 757 // The value is a specially formatted string that describes the size and
|
/frameworks/proto_logging/stats/atoms/adservices/ |
D | adservices_extension_atoms.proto | 900 // Signature is not formatted correctly
|
/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
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 3185 .formatted(suspender.packageName, callingUid));
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 26612 HSPLjava/text/DontCareFieldPosition$1;->formatted(ILjava/text/Format$Field;Ljava/lang/Object;IILjav… 26615 HSPLjava/text/FieldPosition$Delegate;->formatted(ILjava/text/Format$Field;Ljava/lang/Object;IILjava…
|