Home
last modified time | relevance | path

Searched refs:notifyDataConnectionRealTimeInfo (Results 1 – 5 of 5) 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.java1593 public void notifyDataConnectionRealTimeInfo(DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo() method in PhoneBase
1594 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/base/services/core/java/com/android/server/
DTelephonyRegistry.java924 public void notifyDataConnectionRealTimeInfo(DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo() method in TelephonyRegistry