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.java595 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) { in notifyAllWithEvent() argument
599 if (apnContext == alreadySent) continue; in notifyAllWithEvent()
627 ApnContext alreadySent = null; in notifyConnectCompleted() local
634 alreadySent = (ApnContext)connectionCompletedMsg.obj; in notifyConnectCompleted()
660 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DATA_SETUP_COMPLETE_ERROR, in notifyConnectCompleted()
673 ApnContext alreadySent = null; in notifyDisconnectCompleted() local
681 alreadySent = (ApnContext)msg.obj; in notifyDisconnectCompleted()
695 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted()