Searched refs:getBondedDevices (Results 1 – 12 of 12) sorted by relevance
74 getBondedDevices(); in onStart()107 public void getBondedDevices() { in getBondedDevices() method in BluetoothInstrumentation108 Set<BluetoothDevice> devices = getBluetoothAdapter().getBondedDevices(); in getBondedDevices()
826 assertFalse(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()836 assertTrue(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()847 assertTrue(adapter.getBondedDevices().contains(device)); in pairOrAcceptPair()888 assertFalse(adapter.getBondedDevices().contains(device)); in unpair()896 assertTrue(adapter.getBondedDevices().contains(device)); in unpair()909 assertFalse(adapter.getBondedDevices().contains(device)); in unpair()933 Set<BluetoothDevice> devices = adapter.getBondedDevices(); in unpairAll()963 if (!adapter.getBondedDevices().contains(device)) { in connectProfile()1046 if (!adapter.getBondedDevices().contains(device)) { in disconnectProfile()1157 if (!adapter.getBondedDevices().contains(device)) { in connectPanOrIncomingPanConnection()[all …]
106 public Set<BluetoothDevice> getBondedDevices() { in getBondedDevices() method in LocalBluetoothAdapter107 return mAdapter.getBondedDevices(); in getBondedDevices()
172 Set<BluetoothDevice> bondedDevices = mLocalAdapter.getBondedDevices(); in readPairedDevices()
179 for (BluetoothDevice dev : emptyIfNull(mBluetoothAdapter.getBondedDevices())) { in startDiscovery()
299 Set<BluetoothDevice> devices = mLocalBluetoothAdapter.getBondedDevices(); in getPairedKeyboard()
2251 public Set<BluetoothDevice> getBondedDevices() { in getBondedDevices() method in BluetoothAdapter2258 return toDeviceSet(mService.getBondedDevices()); in getBondedDevices()
3160 HSPLandroid/bluetooth/BluetoothAdapter;->getBondedDevices()Ljava/util/Set;3246 HSPLandroid/bluetooth/IBluetooth$Stub$Proxy;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice;
10920 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice;11053 Landroid/bluetooth/IBluetooth;->getBondedDevices()[Landroid/bluetooth/BluetoothDevice;
5815 method public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();
7967 …t.permission.BLUETOOTH) public java.util.Set<android.bluetooth.BluetoothDevice> getBondedDevices();