Searched refs:getBondedDevices (Results 1 – 12 of 12) sorted by relevance
74 getBondedDevices(); in onStart()109 public void getBondedDevices() { in getBondedDevices() method in BluetoothInstrumentation110 Set<BluetoothDevice> devices = getBluetoothAdapter().getBondedDevices(); in getBondedDevices()
795 assertFalse(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()805 assertTrue(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()816 assertTrue(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()857 assertFalse(adapter.getBondedDevices().contains(device)); in unpair()865 assertTrue(adapter.getBondedDevices().contains(device)); in unpair()878 assertFalse(adapter.getBondedDevices().contains(device)); in unpair()902 Set<BluetoothDevice> devices = adapter.getBondedDevices(); in unpairAll()932 if (!adapter.getBondedDevices().contains(device)) { in connectProfile()1013 if (!adapter.getBondedDevices().contains(device)) { in disconnectProfile()1122 if (!adapter.getBondedDevices().contains(device)) { in connectPanOrIncomingPanConnection()[all …]
98 public Set<BluetoothDevice> getBondedDevices() { in getBondedDevices() method in LocalBluetoothAdapter99 return mAdapter.getBondedDevices(); in getBondedDevices()
380 Set<BluetoothDevice> bondedDevices = mLocalAdapter.getBondedDevices(); in readPairedDevices()
59 BluetoothDevice[] getBondedDevices(); in getBondedDevices() method
1481 public Set<BluetoothDevice> getBondedDevices() { in getBondedDevices() method in BluetoothAdapter1487 if (mService != null) return toDeviceSet(mService.getBondedDevices()); in getBondedDevices()
298 Set<BluetoothDevice> devices = mLocalBluetoothAdapter.getBondedDevices(); in getPairedKeyboard()
332 call {@link android.bluetooth.BluetoothAdapter#getBondedDevices()}. This337 Set<BluetoothDevice> pairedDevices = mBluetoothAdapter.getBondedDevices();
5815 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
6673 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
6679 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
6959 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();