HomeSort by relevance Sort by last modified time
    Searched refs:bondedDevices (Results 1 - 19 of 19) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowBluetoothAdapter.java 19 private Set<BluetoothDevice> bondedDevices = new HashSet<BluetoothDevice>();
29 return Collections.unmodifiableSet(bondedDevices);
33 bondedDevices = bluetoothDevices;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothEventManager.java 380 Set<BluetoothDevice> bondedDevices = mLocalAdapter.getBondedDevices();
381 if (bondedDevices == null) {
386 for (BluetoothDevice device : bondedDevices) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/
MainFragment.java 314 final Set<BluetoothDevice> bondedDevices = mBtAdapter.getBondedDevices();
319 final Set<String> touchedKeys = new ArraySet<>(bondedDevices.size() + 1);
324 for (final BluetoothDevice device : bondedDevices) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
BluetoothAccessoryFragment.java 134 Set<BluetoothDevice> bondedDevices = btAdapter.getBondedDevices();
135 for (BluetoothDevice device : bondedDevices) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 693 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices();
696 for (BluetoothDevice device : bondedDevices) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothSettings.java 598 Set<BluetoothDevice> bondedDevices =
601 for (BluetoothDevice device : bondedDevices) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 715 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices();
718 for (BluetoothDevice device : bondedDevices) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 523 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices();
526 for (BluetoothDevice device : bondedDevices) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 544 Set<BluetoothDevice> bondedDevices = mAdapter.getBondedDevices();
547 for (BluetoothDevice device : bondedDevices) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java     [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 3452 milliseconds