HomeSort by relevance Sort by last modified time
    Searched refs:getDevicesMatchingConnectionStates (Results 51 - 75 of 89) sorted by null

1 23 4

  /packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hid/
HidDeviceTest.java 446 Assert.assertTrue(mHidDeviceService.getDevicesMatchingConnectionStates(
469 Assert.assertFalse(mHidDeviceService.getDevicesMatchingConnectionStates(
  /system/bt/binder/android/bluetooth/
IBluetoothGatt.aidl 44 List<BluetoothDevice> getDevicesMatchingConnectionStates(in int[] states);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
A2dpProfile.java 128 return mService.getDevicesMatchingConnectionStates(
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
PbapClientStateMachine.java 387 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 381 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 265 public synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
656 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
661 return service.getDevicesMatchingConnectionStates(states);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 360 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
802 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
807 return service.getDevicesMatchingConnectionStates(states);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 241 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
246 return service.getDevicesMatchingConnectionStates(states);
515 private synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 545 List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 567 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealth.java 411 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
BluetoothGattServer.java 835 * {@link BluetoothManager#getDevicesMatchingConnectionStates(int, int[])}
841 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
BluetoothGatt.java     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 714 synchronized List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java 414 public List<BluetoothDevice> getDevicesMatchingConnectionStates(int[] states) {
419 return service.getDevicesMatchingConnectionStates(states);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.1.2_r1-robolectric-0.jar 
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
GattClientFacade.java 368 return mBluetoothGattList.get(index).getDevicesMatchingConnectionStates(states);
    [all...]
  /prebuilts/sdk/28/
android.jar 

Completed in 514 milliseconds

1 23 4