Searched refs:EVENT_DISCONNECT_DONE (Results 1 – 4 of 4) sorted by relevance
75 public static final int EVENT_DISCONNECT_DONE = BASE + 15; field in DctConstants
615 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DONE, cause.toString()); in notifyAllDisconnectCompleted()695 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted()1972 Message msg = mDct.obtainMessage(DctConstants.EVENT_DISCONNECT_DONE, apnContext); in unwanted()
951 case DctConstants.EVENT_DISCONNECT_DONE: in handleMessage()
1028 Message msg = obtainMessage(DctConstants.EVENT_DISCONNECT_DONE, apnContext); in cleanUpConnection()