Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java1302 int testLocation = 10000; in testVolumeControlOffsetDescriptor() local
1318 Assert.assertFalse(descriptor.setLocation(invalidId, testLocation)); in testVolumeControlOffsetDescriptor()
1319 Assert.assertTrue(descriptor.setLocation(validId, testLocation)); in testVolumeControlOffsetDescriptor()
1321 Assert.assertEquals(testLocation, descriptor.getLocation(validId)); in testVolumeControlOffsetDescriptor()