Home
last modified time | relevance | path

Searched refs:getConnection (Results 1 – 5 of 5) 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.java182 public ServiceConnectionHandler getConnection(int index) { in getConnection() method in ServiceProcessController
/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseTelecomTestWithMockServices.java773 Connection getConnection(Uri address) { in getConnection() method in BaseTelecomTestWithMockServices
819 return getConnection(address) != null; in verifyConnectionForOutgoingCall()
824 Connection connection = getConnection(address); in verifyConnectionForOutgoingCall()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1624 IsolatedConnection getConnection() { in getConnection() method in ServiceTest.IsolatedConnectionInfo
1662 return mInfo != null ? mInfo.getConnection().getUid() : mUid; in getUid()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java866 || getCurrentInputConnection() == getCurrentInputBinding().getConnection();