Searched refs:mCirChannel (Results 1 – 1 of 1) sorted by relevance
44 private CirChannel mCirChannel; field in ImpsConnection85 if (mCirChannel != null) { in shutdownOnError()86 mCirChannel.shutdown(); in shutdownOnError()155 if (mCirChannel != null) { in networkTypeChanged()156 mCirChannel.reconnect(); in networkTypeChanged()396 if(mCirChannel != null) { in logoutAsync()397 mCirChannel.shutdown(); in logoutAsync()398 mCirChannel = null; in logoutAsync()513 mCirChannel = new HttpCirChannel(this, mDataChannel); in setupCIRChannel()515 mCirChannel = new TcpCirChannel(this); in setupCIRChannel()[all …]