Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/autofill/augmented/
H A DAugmentedAutofillService.java405 @interface ReportEvent{} annotation in AugmentedAutofillService.AutofillProxy
597 void logEvent(@ReportEvent int event) { in logEvent()
/aosp12/art/runtime/
H A Dinstrumentation_test.cc238 ReportEvent(instr, in TestEvent()
258 ReportEvent(instr, in TestEvent()
384 static void ReportEvent(const instrumentation::Instrumentation* instr, in ReportEvent() function in art::instrumentation::InstrumentationTest