Home
last modified time | relevance | path

Searched defs:descriptor (Results 1 – 4 of 4) 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/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerService.java145 BluetoothGattDescriptor descriptor = getDescriptor(); in writeDescriptor() local
231 BluetoothGattDescriptor descriptor = new BluetoothGattDescriptor(DESCRIPTOR_UUID, 0x11); in createService() local
DBleClientService.java165 BluetoothGattDescriptor descriptor = getDescriptor(); in writeDescriptor() local
172 BluetoothGattDescriptor descriptor = getDescriptor(); in readDescriptor() local
/cts/tools/dasm/src/dasm/
DDAsm.java392 void newMethod(String name, String descriptor, int access) { in newMethod()