HomeSort by relevance Sort by last modified time
    Searched refs:getUuids (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
LocalBluetoothProfileManagerTest.java 99 when(mAdapter.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.AudioSource});
103 ParcelUuid[] uuids = mAdapter.getUuids();
136 when(mAdapter.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.AudioSource});
159 when(mAdapter.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.Handsfree_AG});
185 when(mAdapter.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.HearingAid});
208 when(mAdapter.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.AudioSource});
231 when(mAdapter.getUuids()).thenReturn(null);
253 when(mAdapter.getUuids()).thenReturn(new ParcelUuid[]{BluetoothUuid.AudioSource});
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 123 public ParcelUuid[] getUuids() {
124 return mAdapter.getUuids();
BluetoothDeviceFilter.java 103 return matches(device.getUuids(), device.getBluetoothClass());
CachedBluetoothDevice.java 618 ParcelUuid[] uuids = mDevice.getUuids();
621 ParcelUuid[] localUuids = mLocalAdapter.getUuids();
674 ParcelUuid[] uuids = mDevice.getUuids();
    [all...]
LocalBluetoothProfileManager.java 124 ParcelUuid[] uuids = adapter.getUuids();
328 ParcelUuid[] uuids = mLocalAdapter.getUuids();
  /system/bt/binder/android/bluetooth/
IBluetooth.aidl 44 ParcelUuid[] getUuids();
  /frameworks/base/core/java/android/companion/
BluetoothDeviceFilterUtils.java 84 Arrays.asList(device.getUuids()));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
BluetoothFacade.java 290 return mBluetoothAdapter.getUuids();
BluetoothConnectionFacade.java 396 ParcelUuid[] deviceUuids = device.getUuids();
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 835 public ParcelUuid[] getUuids() {
837 Log.w(TAG, "getUuids() - Not allowed for non-active user");
845 return service.getUuids();
    [all...]
AdapterProperties.java 311 ParcelUuid[] getUuids() {
    [all...]
RemoteDevices.java 243 ParcelUuid[] getUuids() {
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothA2dp.java 654 ParcelUuid[] uuids = device.getUuids();
    [all...]
BluetoothDevice.java     [all...]
BluetoothAdapter.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 720 ParcelUuid[] featureUuids = device.getUuids();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
HearingAidService.java 372 final ParcelUuid[] featureUuids = device.getUuids();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 553 ParcelUuid[] featureUuids = device.getUuids();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 573 ParcelUuid[] featureUuids = device.getUuids();
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 1051 milliseconds

1 2