Home
last modified time | relevance | path

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

/aosp_15_r20/tools/asuite/atest/bazel/runner/src/com/android/tradefed/testtype/bazel/
H A DBazelTest.java686 extraLogCalls.addAll(collectInvocationLogCalls(context, record, filePrefix)); in reportEventsInTestOutputsArchiveNoTrace()
747 private static List<Consumer<ITestInvocationListener>> collectInvocationLogCalls( in collectInvocationLogCalls() method in BazelTest