Searched refs:notifyDataConnectionFailed (Results 1 – 10 of 10) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 171 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()
|
D | TestPhoneNotifier.java.broken | 58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) {
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneNotifier.java | 45 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed() method
|
D | DefaultPhoneNotifier.java | 201 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() method in DefaultPhoneNotifier
|
D | Phone.java | 2723 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/ |
D | ITelephonyRegistry.aidl | 55 void notifyDataConnectionFailed(String reason, String apnType); in notifyDataConnectionFailed() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | TelephonyRegistryMock.java | 249 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in TelephonyRegistryMock
|
D | PhoneMock.java | 837 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in PhoneMock
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1097 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in TelephonyRegistry
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 1630 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType()); in trySetupData() 2384 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType()); in notifyNoData()
|