Home
last modified time | relevance | path

Searched refs:mConnection (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java52 private BaseInputConnection mConnection; field in BaseInputConnectionTest
66 mConnection = new BaseInputConnection(mView, true); in setUp()
109 assertFalse(mConnection.beginBatchEdit()); in testDefaultMethods()
110 assertFalse(mConnection.endBatchEdit()); in testDefaultMethods()
115 assertFalse(mConnection.commitCompletion(new CompletionInfo(completionId, in testDefaultMethods()
118 assertNull(mConnection.getExtractedText(new ExtractedTextRequest(), 0)); in testDefaultMethods()
124 assertTrue(mConnection.performEditorAction(actionCode)); in testDefaultMethods()
125 assertFalse(mConnection.performContextMenuAction(actionId)); in testDefaultMethods()
126 assertFalse(mConnection.performPrivateCommand(action, new Bundle())); in testDefaultMethods()
230 final Editable text = mConnection.getEditable(); in testOpTextMethods()
[all …]
/cts/tests/tests/os/src/android/os/cts/
DMessengerTest.java99 private ServiceConnection mConnection = new ServiceConnection() { field in MessengerTest
117 getContext().bindService(new Intent(mContext, MessengerService.class), mConnection, in setUp()
129 getContext().unbindService(mConnection); in tearDown()
/cts/tests/src/android/webkit/cts/
DCtsTestServer.java815 private DefaultHttpServerConnection mConnection; field in CtsTestServer.ServerThread.HandleResponseTask
821 this.mConnection = connection; in HandleResponseTask()
828 mConnection.sendResponseHeader(response); in call()
829 mConnection.sendResponseEntity(response); in call()
830 mConnection.close(); in call()
/cts/tools/dex-tools/dex/
Dclasses.out.dex8116 private final android.content.ServiceConnection mConnection
16103 private android.content.ServiceConnection mConnection
46376 android.net.http.Connection mConnection
46956 android.net.http.Connection mConnection
47101 private android.net.http.Connection mConnection