Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/dataconnection/
DVendorDcTracker.java122 mPhone.notifyAllActiveDataConnections(); in onVoiceCallEnded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1269 mPhone.notifyAllActiveDataConnections(); in onDataConnectionDetached()
1280 mPhone.notifyAllActiveDataConnections(); in onDataConnectionAttached()
2683 mPhone.notifyAllActiveDataConnections(); in onDataRoamingOff()
2714 mPhone.notifyAllActiveDataConnections(); in onDataRoamingOnOrSettingsChanged()
2746 mPhone.notifyAllActiveDataConnections(); in onRadioAvailable()
3137 mPhone.notifyAllActiveDataConnections(); in onVoiceCallStarted()
3148 mPhone.notifyAllActiveDataConnections(); in onVoiceCallEnded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3389 mPhone.notifyAllActiveDataConnections(); in pollStateDone()
3541 mPhone.notifyAllActiveDataConnections(); in pollStateDone()
DPhone.java2544 public void notifyAllActiveDataConnections() { in notifyAllActiveDataConnections() method in Phone