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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneNotifier.java40 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); method in interface:PhoneNotifier
H A DITelephonyRegistry.aidl39 void notifyDataConnectionFailed(String reason, String apnType);
H A DDefaultPhoneNotifier.java141 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { method in class:DefaultPhoneNotifier
143 mRegistry.notifyDataConnectionFailed(reason, apnType);
H A DPhoneBase.java1159 public void notifyDataConnectionFailed(String reason, String apnType) { method in class:PhoneBase
1160 mNotifier.notifyDataConnectionFailed(this, reason, apnType);
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java54 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { method in class:TestPhoneNotifier
/frameworks/base/services/java/com/android/server/
H A DTelephonyRegistry.java448 public void notifyDataConnectionFailed(String reason, String apnType) { method in class:TelephonyRegistry
449 if (!checkNotifyPermission("notifyDataConnectionFailed()")) {
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmDataConnectionTracker.java765 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType());
1718 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType());

Completed in 13 milliseconds