Searched refs:notifyAllWithEvent (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DataConnection.java | 1199 private void notifyAllWithEvent(ApnContext alreadySent, int event, String reason) { in notifyAllWithEvent() method in DataConnection 1256 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DATA_SETUP_COMPLETE_ERROR, in notifyConnectCompleted() 1291 notifyAllWithEvent(alreadySent, DctConstants.EVENT_DISCONNECT_DONE, reason); in notifyDisconnectCompleted() 2538 notifyAllWithEvent(null, DctConstants.EVENT_DISCONNECT_DONE, in enter() 2808 notifyAllWithEvent(null, DctConstants.EVENT_DATA_SETUP_COMPLETE, in enter()
|