Searched refs:notifyDataConnectionFailed (Results 1 – 7 of 7) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TestPhoneNotifier.java | 58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() method in TestPhoneNotifier
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 46 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed() method
|
D | DefaultPhoneNotifier.java | 197 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() method in DefaultPhoneNotifier
|
D | PhoneBase.java | 1833 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/ |
D | ITelephonyRegistry.aidl | 56 void notifyDataConnectionFailed(String reason, String apnType); in notifyDataConnectionFailed() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 887 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/ |
D | TelephonyRegistry.java | 1037 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in TelephonyRegistry
|