Home
last modified time | relevance | path

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

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