Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java595 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) { in notifyAllWithEvent() method in DataConnection
608 notifyAllWithEvent(null, DctConstants.EVENT_DATA_SETUP_COMPLETE, reason); in notifyAllOfConnected()
612 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DC_RETRYING, reason); in notifyAllOfDisconnectDcRetrying()
615 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DONE, cause.toString()); in notifyAllDisconnectCompleted()
660 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DATA_SETUP_COMPLETE_ERROR, in notifyConnectCompleted()
695 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted()