Home
last modified time | relevance | path

Searched refs:pin (Results 1 – 11 of 11) sorted by relevance

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Damarisoft_sim_utils.py99 pin=LAB_SIM_DEFAULT_PIN1, argument
117 ad.droid.telephonySupplyPin(pin)
120 ad.droid.telephonySupplyPuk(puk, pin)
128 if not unlock_pin_by_mds(ad, slot_index, pin):
132 unlock_puk_by_adb(ad, pin, puk)
139 def unlock_puk_by_mds(ad, slot_index, pin, puk) -> bool: argument
152 command = r'AT+CPIN=\"' + puk + r'\",\"' + pin + r'\"'
165 def unlock_pin_by_mds(ad, slot_index, pin) -> bool: argument
177 command = r'AT+CPIN=\"' + pin + r'\"'
190 def unlock_puk_by_adb(ad, pin, puk) -> None: argument
[all …]
/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/bt/
Dbts_lib.py55 def inputPairingPin(self, pin): argument
65 test_args = {"pin": pin}
/tools/test/connectivity/acts_tests/tests/google/fuchsia/bt/pts/
DGATT_PTS_INSTRUCTIONS74 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
97 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
120 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
163 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
195 [PTS Interaction] Enter pin from bt-pairing-tool to PTS
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS199 Enter pin from phone to PTS
203 Enter pin from phone to PTS
216 Enter pin from phone to PTS
220 Enter pin from phone to PTS
229 Enter pin from PTS to phone
292 [PTS interaction] Enter pin from PTS to phone
392 [PTS Interaction] enter pin from phone to pts
DGATT_PTS_INSTRUCTIONS528 [PTS Interaction] Enter pin from phone into PTS
833 [PTS Interaction] Enter pin from PTS to phone
1471 [PTS Interaction] Enter pin from PTS to phone
/tools/netsim/rust/daemon/src/wireless/
Duwb.rs130 .add_device(Box::pin(uci_stream_receiver), Box::pin(uci_sink_sender.sink_err_into())) in new()
/tools/netsim/ui/
Drollup.config.mjs21 …'lit/decorators.js': 'https://cdn.skypack.dev/pin/lit@v2.5.0-jYRq0AKQogjUdUh7SCAE/mode=imports/opt…
/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs39 use std::pin::Pin;
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py130 def input_pairing_pin(self, pin): argument
870 def input_pairing_pin(self, pin): argument
876 self.device.sl4f.bts_lib.inputPairingPin(pin)
/tools/netsim/rust/daemon/src/
Dffi.rs17 use std::pin::Pin;
/tools/netsim/rust/daemon/src/devices/
Ddevices_handler.rs63 use std::pin::Pin;