Home
last modified time | relevance | path

Searched refs:StringBuilderPrinter (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/util/
H A DStringBuilderPrinter.java23 public class StringBuilderPrinter implements Printer { class
31 public StringBuilderPrinter(StringBuilder builder) { in StringBuilderPrinter() method in StringBuilderPrinter
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DAppMetadataBackupWriter.java20 import android.util.StringBuilderPrinter;
129 StringBuilderPrinter printer = new StringBuilderPrinter(builder); in getManifestBytes()
210 StringBuilderPrinter printer = new StringBuilderPrinter(builder); in getMetadataBytes()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBatteryStatsTimerTest.java21 import android.util.StringBuilderPrinter;
326 StringBuilderPrinter pw = new StringBuilderPrinter(sb); in testLogState()
/aosp14/frameworks/base/core/tests/coretests/src/android/view/inputmethod/
H A DEditorInfoTest.java44 import android.util.StringBuilderPrinter;
494 info.dump(new StringBuilderPrinter(sb), "prefix: "); in testDump_empty()
534 info.dump(new StringBuilderPrinter(sb), "prefix2: "); in testDump_filled()
557 info.dump(new StringBuilderPrinter(sb), "prefix: ", false /* dumpExtras */); in testDump_noDumpExtras()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes8285 android.util.StringBuilderPrinter
H A Dboot-image-profile.txt31083 Landroid/util/StringBuilderPrinter;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes8316 android.util.StringBuilderPrinter
H A Dboot-image-profile.txt41217 Landroid/util/StringBuilderPrinter;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt49888 public class StringBuilderPrinter implements android.util.Printer {
49889 ctor public StringBuilderPrinter(StringBuilder);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt58341 Landroid/util/StringBuilderPrinter;->mBuilder:Ljava/lang/StringBuilder;