Home
last modified time | relevance | path

Searched defs:detect_type (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/asuite/atest/proto/
H A Dexternal_user_log.proto50 optional int32 detect_type = 1; field
H A Dinternal_user_log.proto68 optional int32 detect_type = 1; field
/aosp_15_r20/tools/tradefederation/core/atest_proto/
Dexternal_user_log.proto50 optional int32 detect_type = 1; field
Dinternal_user_log.proto66 optional int32 detect_type = 1; field
/aosp_15_r20/tools/asuite/atest/metrics/
H A Dmetrics.py154 detect_type = constants.EXTERNAL variable in LocalDetectEvent
/aosp_15_r20/tools/asuite/atest/
H A Datest_utils.py2300 def send_data(detect_type, value=1): argument