Searched defs:getConnection (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/http/
H A DIdleCache.java97 synchronized Connection getConnection(HttpHost host) { method in class:IdleCache
H A DConnection.java123 static Connection getConnection( method in class:Connection
H A DRequestQueue.java173 public Connection getConnection(Context context, HttpHost host) { method in class:RequestQueue.ActivePool
175 Connection con = mIdleCache.getConnection(host);
178 con = Connection.getConnection(mContext, host, mProxyHost,
386 Connection conn = Connection.getConnection(mContext, host, mProxyHost,
543 Connection getConnection(Context context, HttpHost host); method in interface:RequestQueue.ConnectionManager
/frameworks/base/core/java/android/view/inputmethod/
H A DInputBinding.java91 public InputConnection getConnection() { method in class:InputBinding

Completed in 146 milliseconds