Searched refs:getConnection (Results 1 – 7 of 7) sorted by relevance
57 assertSame(conn, inputBinding.getConnection()); in testInputBinding()85 assertSame(conn, binding.getConnection()); in testInputBindingConstructor()98 assertSame(conn, copy.getConnection()); in testInputBindingCopyConstructor()
171 final Method getConnection = in testSetServiceInfo_throwsForLargeServiceInfo_calledUsingReflection() local174 final Object connection = getConnection.invoke(null, connectionIdField.get(service)); in testSetServiceInfo_throwsForLargeServiceInfo_calledUsingReflection()
182 public ServiceConnectionHandler getConnection(int index) { in getConnection() method in ServiceProcessController
955 Connection getConnection(Uri address) { in getConnection() method in BaseTelecomTestWithMockServices1001 return getConnection(address) != null; in verifyConnectionForOutgoingCall()1006 Connection connection = getConnection(address); in verifyConnectionForOutgoingCall()
1726 IsolatedConnection getConnection() { in getConnection() method in ServiceTest.IsolatedConnectionInfo1764 return mInfo != null ? mInfo.getConnection().getUid() : mUid; in getUid()
1285 || getCurrentInputConnection() == getCurrentInputBinding().getConnection();
56178 method public android.view.inputmethod.InputConnection getConnection();