Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioDescriptorTest.java63 Arrays.equals(srcDescr.getDescriptor(), targetDescr.getDescriptor())); in testParcelableWriteToParcelCreate()
DAudioManagerTest.java2260 assertNotNull(descriptor.getDescriptor()); in testGetDevices()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleEncryptedClientService.java240 private BluetoothGattDescriptor getDescriptor(UUID uid) { in getDescriptor() method in BleEncryptedClientService
245 descriptor = characteristic.getDescriptor(uid); in getDescriptor()
279 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_WRITE_UUID); in startEncryptedAction()
285 descriptor = getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID); in startEncryptedAction()
DBleClientService.java665 BluetoothGattDescriptor descriptor = getDescriptor(uid); in writeDescriptor()
677 BluetoothGattDescriptor descriptor = getDescriptor(uuid); in readDescriptor()
684 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in writeDescriptor()
696 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in readDescriptor()
744 BluetoothGattDescriptor descriptor = characteristic.getDescriptor( in setNotification()
1027 private BluetoothGattDescriptor getDescriptor(UUID uid) { in getDescriptor() method in BleClientService
1032 descriptor = characteristic.getDescriptor(uid); in getDescriptor()
1040 private BluetoothGattDescriptor getDescriptor(UUID cuid, UUID duid) { in getDescriptor() method in BleClientService
1045 descriptor = characteristic.getDescriptor(duid); in getDescriptor()
DBleServerService.java364 getDescriptor().setValue(WRITE_VALUE.getBytes()); in resetValues()
610 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleServerService
615 descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()
1149 + (descriptor == getDescriptor()));
DBleEncryptedServerService.java187 … characteristic.getDescriptor(DESCRIPTOR_ENCRYPTED_READ_UUID).setValue(WRITE_VALUE.getBytes()); in resetValues()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioDescriptorActivity.java278 if (descriptor.getDescriptor() == null) { in isAudioDescriptorValid()
284 return verifyShortAudioDescriptor(descriptor.getDescriptor()); in isAudioDescriptorValid()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
DMicrophoneDeviceTestActivity.java114 + inputDevice.isVirtual() + ", descriptor: " + inputDevice.getDescriptor()); in createInputDeviceItems()
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java555 assertTrue("Negative reply value expected, effect " + ae.getDescriptor().uuid + in executeSetParameter()
562 Log.w(TAG, "\"Set parameter\" command rejected for effect " + ae.getDescriptor().uuid + in executeSetParameter()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dbluetooth-current.txt667 method public android.bluetooth.BluetoothGattDescriptor getDescriptor(java.util.UUID);
Dtest-current.txt1758 method @NonNull public String getDescriptor();
Dcurrent.txt21138 method @NonNull public byte[] getDescriptor();
25389 …method public android.media.audiofx.AudioEffect.Descriptor getDescriptor() throws java.lang.Illega…
51006 method public String getDescriptor();