Home
last modified time | relevance | path

Searched refs:getUuidsList (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothConnectionRetryManagerTest.java90 when(mMockBluetoothAdapter.getUuidsList()).thenReturn( in setUp()
95 when(mMockBluetoothAdapter.getUuidsList()).thenReturn( in setUp()
DBluetoothDeviceManagerTest.java136 when(mMockBluetoothAdapter.getUuidsList()).thenReturn(Arrays.asList(mLocalUuids)); in setUp()
/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothConnectionRetryManager.java231 List<ParcelUuid> ourUuids = mBluetoothAdapter.getUuidsList(); in trackDevice()
DBluetoothDeviceManager.java625 List<ParcelUuid> ourUuids = mBluetoothAdapter.getUuidsList(); in addWatchedProfileIfSupported()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java1758 List<ParcelUuid> parcels = getUuidsList(); in getUuids()
1770 public @NonNull List<ParcelUuid> getUuidsList() { in getUuidsList() method in BluetoothAdapter
/packages/modules/Bluetooth/framework/api/
Dsystem-current.txt77 …Manifest.permission.BLUETOOTH_CONNECT) public java.util.List<android.os.ParcelUuid> getUuidsList();