Searched defs:connect (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ScriptGroupTest.java | 45 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
|
D | ImageProcessingTest.java | 821 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(dimX).setY(dimX).create(); in testScriptGroup() local
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | WindowFocusStealer.java | 102 public static WindowFocusStealer connect(Context context, long timeout) in connect() method in WindowFocusStealer
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 183 public synchronized void connect(BluetoothDevice device, boolean secure) { in connect() method in BluetoothChatService 197 public synchronized void connect(BluetoothDevice device, boolean secure, int psm) { in connect() method in BluetoothChatService
|
/cts/tests/tests/net/src/android/net/cts/ |
D | NetworkAgentTest.kt | 169 fun connect(agentMsngr: Messenger) = asyncChannel.connect(context, handler, agentMsngr) in connect() method
|
/cts/tests/tests/media/src/android/media/cts/ |
D | EncodeVirtualDisplayWithCompositionTest.java | 1469 void connect() throws Exception { in connect() method in EncodeVirtualDisplayWithCompositionTest.RemoteVirtualDisplayPresentation
|