Searched refs:alreadySent (Results 1 – 1 of 1) sorted by relevance
595 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) { in notifyAllWithEvent() argument599 if (apnContext == alreadySent) continue; in notifyAllWithEvent()627 ApnContext alreadySent = null; in notifyConnectCompleted() local634 alreadySent = (ApnContext)connectionCompletedMsg.obj; in notifyConnectCompleted()660 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DATA_SETUP_COMPLETE_ERROR, in notifyConnectCompleted()673 ApnContext alreadySent = null; in notifyDisconnectCompleted() local681 alreadySent = (ApnContext)msg.obj; in notifyDisconnectCompleted()695 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted()