Home
last modified time | relevance | path

Searched refs:updateUuids (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DRemoteDevicesTest.java96 mRemoteDevices.updateUuids(mDevice1); in testSendUuidIntent()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java531 updateUuids(); in processProfileServiceStateChanged()
1061 updateUuids(); in startProfileServices()
1073 updateUuids(); in startProfileServices()
4931 public void updateUuids() { in updateUuids() method in AdapterService
4939 mRemoteDevices.updateUuids(device); in updateUuids()
DRemoteDevices.java1401 void updateUuids(BluetoothDevice device) { in updateUuids() method in RemoteDevices