Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDataConnection.java1226 Message connectionCompletedMsg = cp.mOnCompletedMsg; in notifyConnectCompleted() local
1231 connectionCompletedMsg.arg1 = cp.mRequestType; in notifyConnectCompleted()
1232 connectionCompletedMsg.arg2 = handoverFailureMode; in notifyConnectCompleted()
1236 AsyncResult.forMessage(connectionCompletedMsg); in notifyConnectCompleted()
1243 AsyncResult.forMessage(connectionCompletedMsg, cause, in notifyConnectCompleted()
1249 + msgToString(connectionCompletedMsg)); in notifyConnectCompleted()
1252 connectionCompletedMsg.sendToTarget(); in notifyConnectCompleted()