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

  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_descriptor_cache.py 164 ncm_communication_interfaces = (
210 ncm_communication_interfaces[0],
227 ncm_communication_interfaces = (
231 return bool(ncm_communication_interfaces)
  /external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
cellular_MbimComplianceDES01.py 38 ncm_communication_interfaces = (
50 if (not ncm_communication_interfaces or
54 if len(ncm_communication_interfaces) != 1:
57 ncm_communication_interface = ncm_communication_interfaces[0]
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
des_01.py 40 ncm_communication_interfaces = self.filter_interface_descriptors(
43 if len(ncm_communication_interfaces) != 1:
47 ncm_communication_interface = ncm_communication_interfaces[0]

Completed in 249 milliseconds