Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java171 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "BUSY", "APN_0"); in testNotifyDataConnectionFailed()
174 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "LOCAL", "APN_0"); in testNotifyDataConnectionFailed()
178 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "LOCAL", "APN_1"); in testNotifyDataConnectionFailed()
183 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "LOCAL", "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.java45 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed() method
DDefaultPhoneNotifier.java201 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() method in DefaultPhoneNotifier
DPhone.java2723 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in Phone
2724 mNotifier.notifyDataConnectionFailed(this, reason, apnType); in notifyDataConnectionFailed()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl55 void notifyDataConnectionFailed(String reason, String apnType); in notifyDataConnectionFailed() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java249 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in TelephonyRegistryMock
DPhoneMock.java837 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in PhoneMock
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1097 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in TelephonyRegistry
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1630 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType()); in trySetupData()
2384 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType()); in notifyNoData()