Home
last modified time | relevance | path

Searched defs:add_start_event (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/asuite/adevice/src/
H A Dmetrics.rs28 fn add_start_event(&mut self, command_line: &str, source_root: &str); in add_start_event() method
50 fn add_start_event(&mut self, command_line: &str, source_root: &str) { in add_start_event() method
/aosp_15_r20/tools/asuite/adevice/tests/common/
H A Dfakes.rs160 fn add_start_event(&mut self, _command_line: &str, _add_start_event: &str) {} in add_start_event() method