Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java45 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupSingleKernel() local
79 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupDisconnectedKernel() local
121 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupFieldConnection() local
167 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(bDimX).setY(bDimY).create(); in testScriptGroupDisconnectedDAG() local
228 Type connect = new Type.Builder(mRS, Element.I32(mRS)).setX(bDimX).create(); in testScriptGroupTorture() local
DImageProcessingTest.java877 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(dimX).setY(dimX).create(); in testScriptGroup() local
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBasicBluetoothGattTest.java109 public void connect() throws Exception { in connect() method in BasicBluetoothGattTest
DBluetoothHidDeviceTest.java173 public void connect() { in connect() method in BluetoothHidDeviceTest
DBluetoothHeadsetTest.java230 public void connect() { in connect() method in BluetoothHeadsetTest
/cts/hostsidetests/multidevices/bluetooth/snippet/
DBluetoothGattMultiDevicesClient.java77 public boolean connect(String uuid) { in connect() method in BluetoothGattMultiDevicesClient
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/
DWindowFocusStealer.java102 public static WindowFocusStealer connect(Context context, long timeout) in connect() method in WindowFocusStealer
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java186 public synchronized void connect(BluetoothDevice device, boolean secure) { in connect() method in BluetoothChatService
200 public synchronized void connect(BluetoothDevice device, boolean secure, int psm) { in connect() method in BluetoothChatService
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestSipDelegateConnection.java77 public void connect(SipDelegateManager manager) throws Exception { in connect() method in TestSipDelegateConnection
DSipDelegateManagerTest.java149 public void connect() throws Exception { in connect() method in SipDelegateManagerTest.TransportInterfaces
/cts/tests/app/src/android/app/cts/
DCloseSystemDialogsTest.java439 private FutureServiceConnection connect(String packageName) { in connect() method in CloseSystemDialogsTest
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DBrailleDisplayControllerTest.java441 public void connect() throws Exception { in connect() method in BrailleDisplayControllerTest
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/
DWindowUntrustedTouchTest.java1054 private FutureConnection<IUntrustedTouchTestService> connect(String packageName) { in connect() method
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java1279 private FutureConnection<ICrossProcessSurfaceControlViewHostTestService> connect( in connect() method in SurfaceControlViewHostTests
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DEncodeVirtualDisplayWithCompositionTestImpl.java1401 void connect() throws Exception { in connect() method in EncodeVirtualDisplayWithCompositionTestImpl.RemoteVirtualDisplayPresentation