Searched refs:ImpsConnection (Results 1 – 20 of 20) sorted by relevance
30 protected ImpsConnection mConnection;32 protected CirChannel(ImpsConnection connection) { in CirChannel()
28 private ImpsConnection mConnection;38 void setTransactionInfo(String id, ImpsConnection conn) { in setTransactionInfo()
28 protected ImpsConnection mConnection;33 protected DataChannel(ImpsConnection connection) throws ImException { in DataChannel()
26 private ImpsConnection mConnection;37 ImpsTransactionManager(ImpsConnection connection) { in ImpsTransactionManager()
25 ServerTransaction(String id, ImpsConnection connection, Primitive request) { in ServerTransaction()
63 public ImEntity getEntity(ImpsConnection connection) { in getEntity()
51 private ImpsConnection mConnection;74 ImpsSession(ImpsConnection connection, LoginInfo info) throws ImException{ in ImpsSession()85 ImpsSession(ImpsConnection connection, HashMap<String, String> values) in ImpsSession()
61 public ImEntity getEntity(ImpsConnection connection) { in getEntity()
78 ImEntity getEntity(ImpsConnection connection) { in getEntity()
42 public HttpCirChannel(ImpsConnection connection, DataChannel dataChannel) { in HttpCirChannel()
38 private ImpsConnection mConnection;43 ImpsChatSessionManager(ImpsConnection connection) { in ImpsChatSessionManager()
37 protected SmsCirChannel(ImpsConnection connection) { in SmsCirChannel()
40 public class ImpsConnection extends ImConnection { class60 public ImpsConnection(ImpsConnectionConfig config) { in ImpsConnection() method in ImpsConnection270 mSession = new ImpsSession(ImpsConnection.this, loginInfo); in processResponseError()
192 abstract ImEntity getEntity(ImpsConnection connection); in getEntity()
35 private ImpsConnection mConnection;38 ImpsChatGroupManager(ImpsConnection connection) { in ImpsChatGroupManager()
55 protected TcpCirChannel(ImpsConnection connection) { in TcpCirChannel()
59 protected SmsDataChannel(ImpsConnection connection) throws ImException { in SmsDataChannel()
87 public HttpDataChannel(ImpsConnection connection) throws ImException { in HttpDataChannel()
42 private ImpsConnection mConnection;56 ImpsContactListManager(ImpsConnection connection) { in ImpsContactListManager()
20 import com.android.im.imps.ImpsConnection;52 return new ImpsConnection((ImpsConnectionConfig) config); in createConnection()