Home
last modified time | relevance | path

Searched refs:printer (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/content/src/android/content/pm/cts/
DResolveInfoTest.java71 TestPrinter printer = new TestPrinter(); in testDump() local
73 resolveInfo.dump(printer, prefix); in testDump()
74 assertTrue(printer.isPrintlnCalled); in testDump()
DPackageItemInfoTest.java62 MockPrinter printer = new MockPrinter(); in testDump() local
64 pkgItemInfo.dumpBack(printer, ""); in testDump()
68 pkgItemInfo.dumpFront(printer, prefix); in testDump()
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DEditorInfoTest.java74 TestPrinter printer = new TestPrinter(); in testEditorInfo() local
76 info.dump(printer, prefix); in testEditorInfo()
77 assertTrue(printer.isPrintlnCalled); in testEditorInfo()
DInputMethodInfoTest.java140 MockPrinter printer = new MockPrinter(); in testDump() local
142 mInputMethodInfo.dump(printer, prefix); in testDump()
/cts/tests/tests/os/src/android/os/cts/
DLooperTest.java40 StringBuilderPrinter printer = new StringBuilderPrinter(new StringBuilder()); in testDump() local
42 Looper.getMainLooper().dump(printer, prefix); in testDump()
/cts/tests/tests/location/src/android/location/cts/
DLocationTest.java71 StringBuilderPrinter printer = new StringBuilderPrinter(sb); in testDump() local
73 location.dump(printer, ""); in testDump()
/cts/tests/tests/text/src/android/text/cts/
DTextUtilsTest.java2019 StringBuilderPrinter printer = new StringBuilderPrinter(builder); in testDumpSpans() local
2024 TextUtils.dumpSpans(source, printer, prefix); in testDumpSpans()
2028 printer = new StringBuilderPrinter(builder); in testDumpSpans()
2032 TextUtils.dumpSpans(spanned, printer, prefix); in testDumpSpans()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1180 TestPrinter printer = new TestPrinter(); in testDump() local
1183 filter.dump(printer, prefix); in testDump()
1184 assertTrue(printer.isPrintlnCalled); in testDump()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...