Searched refs:alreadySent (Results 1 – 1 of 1) sorted by relevance
830 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) { in notifyAllWithEvent() argument835 if (apnContext == alreadySent) continue; in notifyAllWithEvent()853 ApnContext alreadySent = null; in notifyConnectCompleted() local859 alreadySent = cp.mApnContext; in notifyConnectCompleted()885 log("Send to all. " + alreadySent + " " + DataFailCause.toString(cause)); in notifyConnectCompleted()886 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DATA_SETUP_COMPLETE_ERROR, in notifyConnectCompleted()899 ApnContext alreadySent = null; in notifyDisconnectCompleted() local907 alreadySent = (ApnContext)msg.obj; in notifyDisconnectCompleted()921 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted()