Home
last modified time | relevance | path

Searched refs:TestPrinter (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java36 class TestPrinter implements TestListener { class
43 TestPrinter(String tag, boolean onlyFailures) { in TestPrinter() method in TestPrinter
H A DInstrumentationTestRunner.java396 mTestRunner.addTestListener(new TestPrinter("TestRunner", false)); in onCreate()
/aosp12/build/blueprint/parser/
H A Dprinter_test.go433 func TestPrinter(t *testing.T) { func