Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpCoverArtManager.java94 private Map<String, String> mUuids = new ConcurrentHashMap<>(1); /* handle -> UUID */ field in AvrcpCoverArtManager.AvrcpBipSession
104 String existingUuid = mUuids.putIfAbsent(handle, newUuid); in getHandleUuid()
115 mUuids.clear(); in clearHandleUuids()
120 return mUuids.keySet(); in getSessionHandles()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java219 @VisibleForTesting ParcelUuid[] mUuids; field in RemoteDevices.DeviceProperties
248 return mUuids; in getUuids()
323 mUuids = null; in setBondState()
384 intent.putExtra(BluetoothDevice.EXTRA_UUID, prop == null ? null : prop.mUuids); in sendUuidIntent()
555 if (areUuidsEqual(newUuids, device.mUuids)) { in devicePropertyChangedCallback()
559 device.mUuids = newUuids; in devicePropertyChangedCallback()
DAdapterProperties.java80 private volatile ParcelUuid[] mUuids; field in AdapterProperties
360 return mUuids; in getUuids()
822 mUuids = Utils.byteArrayToUuid(val); in adapterPropertyChangedCallback()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DBluetoothProfileDeviceManagerTest.java107 private ParcelUuid[] mUuids = new ParcelUuid[] { field in BluetoothProfileDeviceManagerTest
1086 doReturn(mUuids).when(device).getUuids(); in testReceiveSupportedDeviceBonded_deviceAdded()
1128 sendDeviceUuids(device, mUuids); in testReceiveUuidDevicePriorityAutoConnect_doNothing()
1149 sendDeviceUuids(device, mUuids); in testReceiveUuidDevicePriorityOn_doNothing()
1170 sendDeviceUuids(device, mUuids); in testReceiveUuidDevicePriorityOff_doNothing()
1191 sendDeviceUuids(device, mUuids); in testReceiveUuidDevicePriorityUndefined_setPriorityOn()
/packages/services/Car/service/src/com/android/car/
DBluetoothProfileDeviceManager.java77 final ParcelUuid[] mUuids; field in BluetoothProfileDeviceManager.BluetoothProfileInfo
84 mUuids = uuids; in BluetoothProfileInfo()
322 mProfileUuids = bpi.mUuids; in BluetoothProfileDeviceManager()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java299 mDeviceProperties.mUuids = TEST_UUIDS; in testSendIntentNoPendingDeviceWithUuid()
308 mDeviceProperties.mUuids = TEST_UUIDS; in testSendIntentPendingDeviceWithUuid()