Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DRemoteDevices.java219 @VisibleForTesting ParcelUuid[] mUuids; field in RemoteDevices.DeviceProperties
248 return mUuids; in getUuids()
322 mUuids = null; in setBondState()
373 intent.putExtra(BluetoothDevice.EXTRA_UUID, prop == null ? null : prop.mUuids); in sendUuidIntent()
544 if (areUuidsEqual(newUuids, device.mUuids)) { in devicePropertyChangedCallback()
548 device.mUuids = newUuids; in devicePropertyChangedCallback()
DAdapterProperties.java80 private volatile ParcelUuid[] mUuids; field in AdapterProperties
360 return mUuids; in getUuids()
821 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.java75 final ParcelUuid[] mUuids; field in BluetoothProfileDeviceManager.BluetoothProfileInfo
82 mUuids = uuids; in BluetoothProfileInfo()
313 mProfileUuids = bpi.mUuids; in BluetoothProfileDeviceManager()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java248 mDeviceProperties.mUuids = TEST_UUIDS; in testSendIntentNoPendingDeviceWithUuid()
257 mDeviceProperties.mUuids = TEST_UUIDS; in testSendIntentPendingDeviceWithUuid()