Home
last modified time | relevance | path

Searched refs:getBondedDevices (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/companion/
DCheckPairingPreparer.java40 Set<String> primaryBonded = BluetoothUtils.getBondedDevices(device); in setUp()
41 Set<String> companionBonded = BluetoothUtils.getBondedDevices(getCompanion(device)); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSl4aBluetoothUtil.java296 public Set<String> getBondedDevices(ITestDevice device) throws DeviceNotAvailableException { in getBondedDevices() method in Sl4aBluetoothUtil
371 Set<String> bondedDevices = getBondedDevices(device); in unpairAll()
389 return getBondedDevices(device).isEmpty(); in unpairAll()
635 return getBondedDevices(primary).contains(getAddress(secondary)); in isPaired()
DBluetoothUtils.java152 public static Set<String> getBondedDevices(ITestDevice device) in getBondedDevices() method in BluetoothUtils
/tools/tradefederation/core/javatests/com/android/tradefed/util/
DSl4aBluetoothUtilTest.java151 Set<String> addresses = mBluetoothUtil.getBondedDevices(mPrimary); in testGetBondedDevices()