Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java172 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "default", "APN_0", in testNotifyDataConnectionFailed()
178 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "default", "APN_1", in testNotifyDataConnectionFailed()
185 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "default", "APN_1", in testNotifyDataConnectionFailed()
DTestPhoneNotifier.java.broken58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java75 void notifyDataConnectionFailed(Phone sender, String apnType, String apn, in notifyDataConnectionFailed() method
DDefaultPhoneNotifier.java174 public void notifyDataConnectionFailed(Phone sender, String apnType, in notifyDataConnectionFailed() method in DefaultPhoneNotifier
DPhone.java3563 public void notifyDataConnectionFailed( in notifyDataConnectionFailed() method in Phone
3565 mNotifier.notifyDataConnectionFailed(this, apnType, apn, failCause); in notifyDataConnectionFailed()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl70 void notifyDataConnectionFailed(String apnType); in notifyDataConnectionFailed() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1575 mPhone.notifyDataConnectionFailed(apnContext.getApnType(), in trySetupData()
2960 mPhone.notifyDataConnectionFailed(apnContext.getApnType(), in onDataSetupComplete()
3241 mPhone.notifyDataConnectionFailed(null, null, DataFailCause.MISSING_UNKNOWN_APN); in createAllApnList()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1786 public void notifyDataConnectionFailed(String apnType) { in notifyDataConnectionFailed() method in TelephonyRegistry