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.java107 mPhone.notifyAllActiveDataConnections(); in onVoiceCallEnded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1230 mPhone.notifyAllActiveDataConnections(); in onDataConnectionDetached()
1241 mPhone.notifyAllActiveDataConnections(); in onDataConnectionAttached()
2661 mPhone.notifyAllActiveDataConnections(); in onDataRoamingOff()
2692 mPhone.notifyAllActiveDataConnections(); in onDataRoamingOnOrSettingsChanged()
2724 mPhone.notifyAllActiveDataConnections(); in onRadioAvailable()
3102 mPhone.notifyAllActiveDataConnections(); in onVoiceCallStarted()
3113 mPhone.notifyAllActiveDataConnections(); in onVoiceCallEnded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java3402 mPhone.notifyAllActiveDataConnections(); in pollStateDone()
3554 mPhone.notifyAllActiveDataConnections(); in pollStateDone()
DPhone.java2529 public void notifyAllActiveDataConnections() { in notifyAllActiveDataConnections() method in Phone