Searched refs:secondary (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | Sl4aBluetoothUtil.java | 324 public boolean pair(ITestDevice primary, ITestDevice secondary) in pair() argument 327 Sl4aClient secondaryClient = getSl4aClient(secondary); in pair() 329 if (isPaired(primary, secondary)) { in pair() 347 CLog.d("Start discover and bond to secondary device: %s", secondary.getSerialNumber()); in pair() 349 primaryClient.rpcCall(Commands.BLUETOOTH_DISCOVER_AND_BOND, getAddress(secondary)); in pair() 351 if (!waitUntilPaired(primary, secondary)) { in pair() 402 ITestDevice primary, ITestDevice secondary, Set<BluetoothProfile> profiles) in connect() argument 404 if (!isPaired(primary, secondary)) { in connect() 410 String address = getAddress(secondary); in connect() 435 ITestDevice primary, ITestDevice secondary, Set<BluetoothProfile> profiles) in disconnect() argument [all …]
|
/tools/security/remote_provisioning/hwtrust/ |
D | Cargo.toml | 1 # Warning: the Cargo build is secondary to the Android build and it's likely to
|
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/ |
D | cmx500.py | 589 def handover(self, primary, secondary=None): argument 597 secondary.cell if secondary else None,
|