Home
last modified time | relevance | path

Searched refs:ImpsConnection (Results 1 – 20 of 20) sorted by relevance

/packages/apps/IM/src/com/android/im/imps/
DCirChannel.java30 protected ImpsConnection mConnection;
32 protected CirChannel(ImpsConnection connection) { in CirChannel()
DImpsTransaction.java28 private ImpsConnection mConnection;
38 void setTransactionInfo(String id, ImpsConnection conn) { in setTransactionInfo()
DDataChannel.java28 protected ImpsConnection mConnection;
33 protected DataChannel(ImpsConnection connection) throws ImException { in DataChannel()
DImpsTransactionManager.java26 private ImpsConnection mConnection;
37 ImpsTransactionManager(ImpsConnection connection) { in ImpsTransactionManager()
DServerTransaction.java25 ServerTransaction(String id, ImpsConnection connection, Primitive request) { in ServerTransaction()
DImpsContactListAddress.java63 public ImEntity getEntity(ImpsConnection connection) { in getEntity()
DImpsSession.java51 private ImpsConnection mConnection;
74 ImpsSession(ImpsConnection connection, LoginInfo info) throws ImException{ in ImpsSession()
85 ImpsSession(ImpsConnection connection, HashMap<String, String> values) in ImpsSession()
DImpsUserAddress.java61 public ImEntity getEntity(ImpsConnection connection) { in getEntity()
DImpsGroupAddress.java78 ImEntity getEntity(ImpsConnection connection) { in getEntity()
DHttpCirChannel.java42 public HttpCirChannel(ImpsConnection connection, DataChannel dataChannel) { in HttpCirChannel()
DImpsChatSessionManager.java38 private ImpsConnection mConnection;
43 ImpsChatSessionManager(ImpsConnection connection) { in ImpsChatSessionManager()
DSmsCirChannel.java37 protected SmsCirChannel(ImpsConnection connection) { in SmsCirChannel()
DImpsConnection.java40 public class ImpsConnection extends ImConnection { class
60 public ImpsConnection(ImpsConnectionConfig config) { in ImpsConnection() method in ImpsConnection
270 mSession = new ImpsSession(ImpsConnection.this, loginInfo); in processResponseError()
DImpsAddress.java192 abstract ImEntity getEntity(ImpsConnection connection); in getEntity()
DImpsChatGroupManager.java35 private ImpsConnection mConnection;
38 ImpsChatGroupManager(ImpsConnection connection) { in ImpsChatGroupManager()
DTcpCirChannel.java55 protected TcpCirChannel(ImpsConnection connection) { in TcpCirChannel()
DSmsDataChannel.java59 protected SmsDataChannel(ImpsConnection connection) throws ImException { in SmsDataChannel()
DHttpDataChannel.java87 public HttpDataChannel(ImpsConnection connection) throws ImException { in HttpDataChannel()
DImpsContactListManager.java42 private ImpsConnection mConnection;
56 ImpsContactListManager(ImpsConnection connection) { in ImpsContactListManager()
/packages/apps/IM/src/com/android/im/engine/
DConnectionFactory.java20 import com.android.im.imps.ImpsConnection;
52 return new ImpsConnection((ImpsConnectionConfig) config); in createConnection()