Searched refs:EVENT_DISCONNECT_DONE (Results 1 – 3 of 3) sorted by relevance
86 public static final int EVENT_DISCONNECT_DONE = BASE + 15; field in DctConstants
921 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted()1912 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DONE, in enter()
1747 Message msg = obtainMessage(DctConstants.EVENT_DISCONNECT_DONE, pair); in cleanUpConnectionInternal()3687 case DctConstants.EVENT_DISCONNECT_DONE: in handleMessage()