HomeSort by relevance Sort by last modified time
    Searched refs:device_capabilities (Results 1 - 3 of 3) sorted by null

  /tools/test/connectivity/acts/tests/google/tel/live/
TelLivePreflightTest.py 35 from acts.test_utils.tel.tel_lookup_tables import device_capabilities namespace
144 if not CAPABILITY_PHONE in device_capabilities[model]:
155 CAPABILITY_OMADM in device_capabilities[model] and
173 if (capability in device_capabilities[model] and
TelLiveRebootStressTest.py 39 from acts.test_utils.tel.tel_lookup_tables import device_capabilities namespace
91 if (CAPABILITY_OMADM in device_capabilities[self.dut_model] and
101 if (CAPABILITY_OMADM in device_capabilities[self.dut_model] and
118 if (CAPABILITY_VOLTE in device_capabilities[self.dut_model] and
135 if (CAPABILITY_WFC in device_capabilities[self.dut_model] and
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_lookup_tables.py 556 device_capabilities = { variable

Completed in 276 milliseconds