Home
last modified time | relevance | path

Searched refs:getServiceUuids (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
DScanRecordTest.java50 assertTrue(data.getServiceUuids().contains(uuid1)); in testParser()
51 assertTrue(data.getServiceUuids().contains(uuid2)); in testParser()
/frameworks/base/core/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java178 if (data.getServiceUuids() != null) { in totalBytes()
182 for (ParcelUuid uuid : data.getServiceUuids()) { in totalBytes()
DScanRecord.java84 public List<ParcelUuid> getServiceUuids() { in getServiceUuids() method in ScanRecord
DAdvertiseData.java67 public List<ParcelUuid> getServiceUuids() { in getServiceUuids() method in AdvertiseData
DScanFilter.java298 scanRecord.getServiceUuids())) { in matches()
/frameworks/base/core/java/android/bluetooth/
DBluetoothAdapter.java2209 List<ParcelUuid> scanServiceUuids = scanRecord.getServiceUuids(); in startLeScan()
/frameworks/base/api/
Dcurrent.txt7011 method public java.util.List<android.os.ParcelUuid> getServiceUuids();
7114 method public java.util.List<android.os.ParcelUuid> getServiceUuids();
Dsystem-current.txt7231 method public java.util.List<android.os.ParcelUuid> getServiceUuids();
7345 method public java.util.List<android.os.ParcelUuid> getServiceUuids();