Searched refs:reporter (Results 1 – 6 of 6) sorted by relevance
/cts/tests/suspendapps/test-apps/SuspendTestApp/src/com/android/suspendapps/suspendtestapp/ |
D | TestService.java | 93 public void registerBroadcastReporter(String action, IBroadcastReporter reporter) 96 sRegisteredReporters.put(action, reporter); 110 IBroadcastReporter reporter; in reportBroadcastIfNeeded() local 112 reporter = sRegisteredReporters.remove(intent.getAction()); in reportBroadcastIfNeeded() 114 if (reporter != null) { in reportBroadcastIfNeeded() 116 reporter.onBroadcastReceived(intent); in reportBroadcastIfNeeded()
|
/cts/hostsidetests/compilation/status_checker_app/src/android/compilation/cts/statuscheckerapp/ |
D | StatusCheckerAppTest.java | 108 var reporter = in testSecondaryDexReporting() local 114 reporter.report(Map.of("relative/reported_bad_1.apk", "PCL[]")); in testSecondaryDexReporting() 115 reporter.report( in testSecondaryDexReporting() 119 reporter.report(Map.of(Paths.get(dataDir, "reported_bad_3.apk").toString(), "ABC")); in testSecondaryDexReporting() 120 reporter.report( in testSecondaryDexReporting() 124 reporter.report(Map.of(Paths.get(dataDir, "reported_good_1.apk").toString(), "PCL[]")); in testSecondaryDexReporting() 125 reporter.report( in testSecondaryDexReporting() 127 reporter.report(Map.of(Paths.get(dataDir, "reported_good_3.apk").toString(), in testSecondaryDexReporting()
|
/cts/hostsidetests/jvmti/redefining/app/src/android/jvmti/cts/ |
D | JvmtiRedefineClassesTest.java | 94 private Consumer<String> reporter; field in JvmtiRedefineClassesTest.Transform 96 public Transform(Consumer<String> reporter) { in Transform() argument 97 this.reporter = reporter; in Transform() 101 reporter.accept("hello - private"); in Start() 105 reporter.accept("goodbye - private"); in Finish() 109 reporter.accept("Pre Start private method call"); in sayHi() 111 reporter.accept("Post Start private method call"); in sayHi() 113 reporter.accept("Pre Finish private method call"); in sayHi() 115 reporter.accept("Post Finish private method call"); in sayHi()
|
/cts/tests/suspendapps/test-apps/SuspendTestApp/aidl/com/android/suspendapps/suspendtestapp/ |
D | ITestService.aidl | 27 void registerBroadcastReporter(String action, in IBroadcastReporter reporter); in registerBroadcastReporter() argument
|
/cts/tools/cts-tradefed/tests/ |
D | run_cts_tests.sh | 22 --console-result-reporter:suppress-passed-tests \
|
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/ |
D | ServiceReporter.java | 250 public RequestVerifier(ServiceReporter reporter) { in RequestVerifier() argument 251 mReporter = reporter; in RequestVerifier()
|