Home
last modified time | relevance | path

Searched refs:EVENT_DISCONNECT_DONE (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DDctConstants.java77 public static final int EVENT_DISCONNECT_DONE = BASE + 15; field in DctConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java552 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()
DDcTracker.java1822 Message msg = obtainMessage(DctConstants.EVENT_DISCONNECT_DONE, pair); in cleanUpConnection()
3859 case DctConstants.EVENT_DISCONNECT_DONE: in handleMessage()