Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/pm/cts/
DResolveInfoTest.java74 assertTrue(printer.isPrintlnCalled); in testDump()
78 public boolean isPrintlnCalled; field in ResolveInfoTest.TestPrinter
80 isPrintlnCalled = true; in println()
/cts/tests/tests/view/src/android/view/inputmethod/cts/
DEditorInfoTest.java77 assertTrue(printer.isPrintlnCalled); in testEditorInfo()
81 public boolean isPrintlnCalled; field in EditorInfoTest.TestPrinter
83 isPrintlnCalled = true; in println()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java1184 assertTrue(printer.isPrintlnCalled); in testDump()
1188 public boolean isPrintlnCalled; field in IntentFilterTest.TestPrinter
1190 isPrintlnCalled = true; in println()