Home
last modified time | relevance | path

Searched refs:TEST_UUID (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/os/src/android/os/cts/
DParcelUuidTest.java31 private static final String TEST_UUID = "41217664-9172-527a-b3d5-edabb50a7d69"; field in ParcelUuidTest
35 UUID uuid = UUID.fromString(TEST_UUID); in testTypical()
37 assertEquals(uuid, ParcelUuid.fromString(TEST_UUID).getUuid()); in testTypical()
42 UUID uuid = UUID.fromString(TEST_UUID); in testSymmetry()
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothGattServerTest.java58 private final UUID TEST_UUID = UUID.fromString("0000110a-0000-1000-8000-00805f9b34fb"); field in BluetoothGattServerTest
131 assertNull(mBluetoothGattServer.getService(TEST_UUID)); in getService()
132 BluetoothGattCharacteristic characteristic = new BluetoothGattCharacteristic(TEST_UUID, in getService()
134 BluetoothGattService service = new BluetoothGattService(TEST_UUID, in getService()
146 assertEquals(mBluetoothGattServer.getService(TEST_UUID), service); in getService()
177 BluetoothGattCharacteristic characteristic = new BluetoothGattCharacteristic(TEST_UUID, in notifyCharacteristicChanged_withValueOverMaxLength()
179 BluetoothGattService service = new BluetoothGattService(TEST_UUID, in notifyCharacteristicChanged_withValueOverMaxLength()
DBluetoothGattCharacteristicTest.java39 private final UUID TEST_UUID = UUID.fromString("0000110a-0000-1000-8000-00805f9b34fb"); field in BluetoothGattCharacteristicTest
47 mBluetoothGattCharacteristic = new BluetoothGattCharacteristic(TEST_UUID, 0x0A, 0x11); in setUp()
61 BluetoothGattService service = new BluetoothGattService(TEST_UUID, in getService()
DBluetoothGattServiceTest.java38 private UUID TEST_UUID = UUID.fromString("0000110a-0000-1000-8000-00805f9b34fb"); field in BluetoothGattServiceTest
46 mBluetoothGattService = new BluetoothGattService(TEST_UUID, in setUp()
DBluetoothGattServerCallbackTest.java105 private final UUID TEST_UUID = UUID.fromString("0000110a-0000-1000-8000-00805f9b34fb"); field in BluetoothGattServerCallbackTest
127 mBluetoothGattService = new BluetoothGattService(TEST_UUID, in setUp()
129 mBluetoothGattCharacteristic = new BluetoothGattCharacteristic(TEST_UUID, 0x0A, 0x11); in setUp()
130 mBluetoothGattDescriptor = new BluetoothGattDescriptor(TEST_UUID, 0x11); in setUp()
DBasicBluetoothGattTest.java55 private static final UUID TEST_UUID = UUID.fromString("0000110a-0000-1000-8000-00805f9b34fb"); field in BasicBluetoothGattTest
144 BluetoothGattCharacteristic characteristic = new BluetoothGattCharacteristic(TEST_UUID, in writeCharacteristic_withValueOverMaxLength()
146 BluetoothGattService service = new BluetoothGattService(TEST_UUID, in writeCharacteristic_withValueOverMaxLength()