Searched refs:MAIN (Results 1 – 7 of 7) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/ |
D | enums.py | 69 MAIN = 0 variable in Channel 73 values = [MAIN, USB, AUX]
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/hvpm/ |
D | calibrations.py | 122 if channel == Channel.MAIN:
|
D | transformers.py | 404 data.get(Channel.MAIN, Origin.REFERENCE, Granularity.COARSE) 405 data.get(Channel.MAIN, Origin.ZERO, Granularity.COARSE) 457 main_voltage_index = HvpmMeasurement.get_index(Channel.MAIN,
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/lvpm_stock/ |
D | stock_transformers.py | 337 data.get(Channel.MAIN, Origin.REFERENCE, Granularity.COARSE) 338 data.get(Channel.MAIN, Origin.ZERO, Granularity.COARSE)
|
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/ |
D | calibration_test.py | 29 C = Channel.MAIN
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
D | TelLiveProjectFiTest.py | 91 MAIN = 'android.intent.action.MAIN' variable in ActionTypeId 199 intent = ad.droid.makeIntent(ActionTypeId.MAIN, None, None, extras,
|
/tools/test/connectivity/acts/tests/google/tel/lab/ |
D | TelLabProjectFiTest.py | 107 MAIN = 'android.intent.action.MAIN' variable in ActionTypeId 295 intent = ad.droid.makeIntent(ActionTypeId.MAIN, None, None, extras,
|