Home
last modified time | relevance | path

Searched defs:secondary (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java324 public boolean pair(ITestDevice primary, ITestDevice secondary) in pair()
402 ITestDevice primary, ITestDevice secondary, Set<BluetoothProfile> profiles) in connect()
435 ITestDevice primary, ITestDevice secondary, Set<BluetoothProfile> profiles) in disconnect()
506 ITestDevice secondary, in changeProfileAccessPermission()
537 ITestDevice secondary, in setProfilePriority()
621 private boolean waitUntilPaired(ITestDevice primary, ITestDevice secondary) in waitUntilPaired()
633 private boolean isPaired(ITestDevice primary, ITestDevice secondary) in isPaired()
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmx500.py589 def handover(self, primary, secondary=None): argument