Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs212 pub fn should_include_debug_apexes(&self) -> bool { in should_include_debug_apexes() method
Dpayload.rs395 if debug_config.should_include_debug_apexes() { &["com.android.adbd"] } else { &[] }; in collect_apex_infos()