Home
last modified time | relevance | path

Searched refs:notifyDataConnectionFailed (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() method in TestPhoneNotifier
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java46 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed() method
DDefaultPhoneNotifier.java197 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() method in DefaultPhoneNotifier
DPhoneBase.java1833 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in PhoneBase
1834 mNotifier.notifyDataConnectionFailed(this, reason, apnType); in notifyDataConnectionFailed()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl56 void notifyDataConnectionFailed(String reason, String apnType); in notifyDataConnectionFailed() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java887 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType()); in trySetupData()
1513 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType()); in notifyNoData()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1037 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in TelephonyRegistry