Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1198 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) { in notifyAllWithEvent() argument
1201 if (apnContext == alreadySent) continue; in notifyAllWithEvent()
1221 ApnContext alreadySent = null; in notifyConnectCompleted() local
1227 alreadySent = cp.mApnContext; in notifyConnectCompleted()
1254 log("Send to all. " + alreadySent + " " + DataFailCause.toString(cause)); in notifyConnectCompleted()
1255 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DATA_SETUP_COMPLETE_ERROR, in notifyConnectCompleted()
1268 ApnContext alreadySent = null; in notifyDisconnectCompleted() local
1276 alreadySent = (ApnContext)msg.obj; in notifyDisconnectCompleted()
1290 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted()