Searched refs:mOnCompletedMsg (Results 1 – 1 of 1) sorted by relevance
197 Message mOnCompletedMsg; field in DataConnection.ConnectionParams211 mOnCompletedMsg = onCompletedMsg; in ConnectionParams()223 + " mOnCompletedMsg=" + msgToString(mOnCompletedMsg) in toString()240 Message mOnCompletedMsg; field in DataConnection.DisconnectParams247 mOnCompletedMsg = onCompletedMsg; in DisconnectParams()255 + " mOnCompletedMsg=" + msgToString(mOnCompletedMsg) + "}"; in toString()855 if (cp != null && cp.mOnCompletedMsg != null) { in notifyConnectCompleted()857 Message connectionCompletedMsg = cp.mOnCompletedMsg; in notifyConnectCompleted()858 cp.mOnCompletedMsg = null; in notifyConnectCompleted()902 if (dp != null && dp.mOnCompletedMsg != null) { in notifyDisconnectCompleted()[all …]