Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java61 public void notifyDataConnectionRealTimeInfo(Phone sender, DataConnectionRealTimeInfo dcRtInfo); in notifyDataConnectionRealTimeInfo() method
DDefaultPhoneNotifier.java235 public void notifyDataConnectionRealTimeInfo(Phone sender, in notifyDataConnectionRealTimeInfo() method in DefaultPhoneNotifier
238 mRegistry.notifyDataConnectionRealTimeInfo(dcRtInfo); in notifyDataConnectionRealTimeInfo()
DPhoneBase.java1428 public void notifyDataConnectionRealTimeInfo(DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo() method in PhoneBase
1429 mNotifier.notifyDataConnectionRealTimeInfo(this, dcRtInfo); in notifyDataConnectionRealTimeInfo()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl68 void notifyDataConnectionRealTimeInfo(in DataConnectionRealTimeInfo dcRtInfo); in notifyDataConnectionRealTimeInfo() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcController.java374 mPhone.notifyDataConnectionRealTimeInfo(dcRtInfo); in onDataStateChanged()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java830 public void notifyDataConnectionRealTimeInfo(DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo() method in TelephonyRegistry