Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputBindingTest.java48 assertSame(bic, inputBinding.getConnection()); in testInputBinding()
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
DServiceProcessController.java160 public ServiceConnectionHandler getConnection(int index) { in getConnection() method in ServiceProcessController
/cts/tests/app/src/android/app/cts/
DServiceTest.java1314 IsolatedConnection getConnection() { in getConnection() method in ServiceTest.IsolatedConnectionInfo
1352 return mInfo != null ? mInfo.getConnection().getUid() : mUid; in getUid()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java597 || getCurrentInputConnection() == getCurrentInputBinding().getConnection();