Home
last modified time | relevance | path

Searched refs:mUuids (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtManager.java95 private Map<String, String> mUuids = new ConcurrentHashMap<>(1); /* handle -> UUID */ field in AvrcpCoverArtManager.AvrcpBipSession
101 String existingUuid = mUuids.putIfAbsent(handle, newUuid); in getHandleUuid()
112 mUuids.clear(); in clearHandleUuids()
117 return mUuids.keySet(); in getSessionHandles()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java219 testDeviceProperties.mUuids = TEST_UUIDS; in testUuidUpdateWithPendingDevice()
229 pendingDeviceProperties.mUuids = TEST_UUIDS; in testUuidUpdateWithPendingDevice()
633 mDeviceProperties.mUuids = TEST_UUIDS; in testSendIntentForAllDeviceTypes()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DRemoteDevices.java293 @VisibleForTesting ParcelUuid[] mUuids; field in RemoteDevices.DeviceProperties
409 return mUuids; in getUuids()
418 this.mUuids = uuids; in setUuids()
535 mUuids = null; in setBondState()
DAdapterProperties.java98 private volatile ParcelUuid[] mUuids; field in AdapterProperties
390 return mUuids; in getUuids()
1031 mUuids = Utils.byteArrayToUuid(val); in adapterPropertyChangedCallback()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/bluetooth/
DBluetoothDeviceManagerTest.java110 private ParcelUuid[] mUuids = new ParcelUuid[] { field in BluetoothDeviceManagerTest
192 BluetoothDevice device = createDevice(address, mUuids); in makeDeviceList()