Home
last modified time | relevance | path

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

/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DInputBindingTest.java57 assertSame(conn, inputBinding.getConnection()); in testInputBinding()
85 assertSame(conn, binding.getConnection()); in testInputBindingConstructor()
98 assertSame(conn, copy.getConnection()); in testInputBindingCopyConstructor()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityServiceInfoTest.java171 final Method getConnection = in testSetServiceInfo_throwsForLargeServiceInfo_calledUsingReflection() local
174 final Object connection = getConnection.invoke(null, connectionIdField.get(service)); in testSetServiceInfo_throwsForLargeServiceInfo_calledUsingReflection()
/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.java955 Connection getConnection(Uri address) { in getConnection() method in BaseTelecomTestWithMockServices
1001 return getConnection(address) != null; in verifyConnectionForOutgoingCall()
1006 Connection connection = getConnection(address); in verifyConnectionForOutgoingCall()
/cts/tests/app/src/android/app/cts/
DServiceTest.java1726 IsolatedConnection getConnection() { in getConnection() method in ServiceTest.IsolatedConnectionInfo
1764 return mInfo != null ? mInfo.getConnection().getUid() : mUid; in getUid()
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/
DMockIme.java1285 || getCurrentInputConnection() == getCurrentInputBinding().getConnection();
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt56178 method public android.view.inputmethod.InputConnection getConnection();