Searched refs:testBluetoothUuid (Results 1 – 2 of 2) sorted by relevance
84 public void testBluetoothUuid() throws Exception { in testBluetoothUuid() method in BytesMatcherTest86 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()
188 public boolean testBluetoothUuid(@NonNull ParcelUuid value) { in testBluetoothUuid() method in BytesMatcher