Searched refs:streamResult (Results 1 – 2 of 2) sorted by relevance
81 final Bundle streamResult = new Bundle(); in println() local82 streamResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT, msg + "\n"); in println()83 InstrumentationRegistry.getInstrumentation().sendStatus(0, streamResult); in println()
218 PrintStream streamResult, Bundle resultBundle, Result junitResults) { in instrumentationRunFinished() argument