Searched refs:mOnCompletedMsg (Results 1 – 1 of 1) sorted by relevance
230 Message mOnCompletedMsg; field in DataConnection.ConnectionParams244 mOnCompletedMsg = onCompletedMsg; in ConnectionParams()256 + " mOnCompletedMsg=" + msgToString(mOnCompletedMsg) in toString()273 Message mOnCompletedMsg; field in DataConnection.DisconnectParams280 mOnCompletedMsg = onCompletedMsg; in DisconnectParams()1224 if (cp != null && cp.mOnCompletedMsg != null) { in notifyConnectCompleted()1226 Message connectionCompletedMsg = cp.mOnCompletedMsg; in notifyConnectCompleted()1227 cp.mOnCompletedMsg = null; in notifyConnectCompleted()1272 if (dp != null && dp.mOnCompletedMsg != null) { in notifyDisconnectCompleted()1274 Message msg = dp.mOnCompletedMsg; in notifyDisconnectCompleted()[all …]