Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/net/src/android/net/cts/
DVpnServiceTest.java49 ParcelFileDescriptor descriptor = null; in testEstablish() local
93 ParcelFileDescriptor descriptor = ParcelFileDescriptor.fromDatagramSocket(socket); in testProtect_int() local
/cts/tests/tests/security/src/android/security/cts/
DVisualizerEffectTest.java50 AudioEffect.Descriptor descriptor = descriptors[i]; in testVisualizer_MalformedConstructor() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DVpnTestActivity.java54 private ParcelFileDescriptor descriptor = null; field in VpnTestActivity
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleClientService.java554 BluetoothGattDescriptor descriptor = getDescriptor(uid); in writeDescriptor() local
562 BluetoothGattDescriptor descriptor = getDescriptor(uuid); in readDescriptor() local
569 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in writeDescriptor() local
577 BluetoothGattDescriptor descriptor = getDescriptor(cuid, duid); in readDescriptor() local
586 … BluetoothGattDescriptor descriptor = characteristic.getDescriptor(UPDATE_DESCRIPTOR_UUID); in setNotification() local
832 BluetoothGattDescriptor descriptor = null; in getDescriptor() local
845 BluetoothGattDescriptor descriptor = null; in getDescriptor() local
DBleEncryptedClientService.java241 BluetoothGattDescriptor descriptor = null; in getDescriptor() local
264 BluetoothGattDescriptor descriptor; in startEncryptedAction() local
DBleServerService.java598 BluetoothGattDescriptor descriptor = null; in getDescriptor() local
620 … BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(UPDATE_DESCRIPTOR_UUID, 0x11); in createAdditionalNotificationService() local
708 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(DESCRIPTOR_UUID, 0x11); in createService() local
DBleConnectionPriorityServerService.java240 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(DESCRIPTOR_UUID, 0x11); in createService() local
DBleEncryptedServerService.java278 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(DESCRIPTOR_UUID, 0x11); in createService() local
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java102 final AssetFileDescriptor descriptor = in readTypedFully() local
/cts/tests/tests/hardware/res/raw/
Dgamepad_press_a.json7 "descriptor": [0x05, 0x01, 0x09, 0x05, 0xa1, 0x01, 0x85, 0x01, 0x05, 0x09, 0x0a, 0x01, 0x00, array
/cts/tools/dasm/src/dasm/
DDAsm.java392 void newMethod(String name, String descriptor, int access) { in newMethod()