Searched refs:EVENT_DISCONNECT_DONE (Results 1 – 3 of 3) sorted by relevance
77 public static final int EVENT_DISCONNECT_DONE = BASE + 15; field in DctConstants
552 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DONE, cause.toString()); in notifyAllDisconnectCompleted()631 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted()1791 Message msg = mDct.obtainMessage(DctConstants.EVENT_DISCONNECT_DONE, pair); in unwanted()
1822 Message msg = obtainMessage(DctConstants.EVENT_DISCONNECT_DONE, pair); in cleanUpConnection()3859 case DctConstants.EVENT_DISCONNECT_DONE: in handleMessage()