Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java197 Message mOnCompletedMsg; field in DataConnection.ConnectionParams
211 mOnCompletedMsg = onCompletedMsg; in ConnectionParams()
223 + " mOnCompletedMsg=" + msgToString(mOnCompletedMsg) in toString()
240 Message mOnCompletedMsg; field in DataConnection.DisconnectParams
247 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 …]