Searched defs:pin (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/ |
D | gpio_lib.py | 26 def configIn(self, pin, flags): argument 43 def configOut(self, pin, value): argument 60 def read(self, pin): argument 76 def write(self, pin, value): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | amarisoft_sim_utils.py | 99 pin=LAB_SIM_DEFAULT_PIN1, argument 139 def unlock_puk_by_mds(ad, slot_index, pin, puk) -> bool: argument 165 def unlock_pin_by_mds(ad, slot_index, pin) -> bool: argument 190 def unlock_puk_by_adb(ad, pin, puk) -> None: argument 299 def sim_enable_pin_by_mds(ad, pin) -> bool: argument 322 def sim_disable_pin_by_mds(ad, pin) -> bool: argument 345 def set_sim_lock(ad, enable, slot_index, pin=LAB_SIM_DEFAULT_PIN1) -> bool: argument 376 pin=LAB_SIM_DEFAULT_PIN1, argument
|
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/ |
D | bts_lib.py | 72 def inputPairingPin(self, pin): argument
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 129 def input_pairing_pin(self, pin): argument 873 def input_pairing_pin(self, pin): argument
|