Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java857 Message connectionCompletedMsg = cp.mOnCompletedMsg; in notifyConnectCompleted() local
862 connectionCompletedMsg.arg1 = mCid; in notifyConnectCompleted()
863 connectionCompletedMsg.arg2 = cp.mRequestType; in notifyConnectCompleted()
867 AsyncResult.forMessage(connectionCompletedMsg); in notifyConnectCompleted()
874 AsyncResult.forMessage(connectionCompletedMsg, cause, in notifyConnectCompleted()
879 + " connectionCompletedMsg=" + msgToString(connectionCompletedMsg)); in notifyConnectCompleted()
882 connectionCompletedMsg.sendToTarget(); in notifyConnectCompleted()