Home
last modified time | relevance | path

Searched refs:testBluetoothUuid (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/os/
H A DBytesMatcherTest.java84 public void testBluetoothUuid() throws Exception { in testBluetoothUuid() method in BytesMatcherTest
86 assertTrue(matcher.testBluetoothUuid( in testBluetoothUuid()
88 assertFalse(matcher.testBluetoothUuid( in testBluetoothUuid()
99 assertTrue(matcher.testBluetoothUuid( in testBluetoothUuid_Mixed()
101 assertFalse(matcher.testBluetoothUuid( in testBluetoothUuid_Mixed()
103 assertTrue(matcher.testBluetoothUuid( in testBluetoothUuid_Mixed()
105 assertFalse(matcher.testBluetoothUuid( in testBluetoothUuid_Mixed()
/aosp12/frameworks/base/core/java/android/os/
H A DBytesMatcher.java188 public boolean testBluetoothUuid(@NonNull ParcelUuid value) { in testBluetoothUuid() method in BytesMatcher