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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTestPhoneNotifier.java.broken58 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) {
H A DDefaultPhoneNotifierTest.java173 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "BUSY", "APN_0");
176 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "LOCAL", "APN_0");
180 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "LOCAL", "APN_1");
185 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "LOCAL", "APN_1");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneNotifier.java46 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); method in interface:PhoneNotifier
H A DDefaultPhoneNotifier.java198 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { method in class:DefaultPhoneNotifier
H A DPhone.java2968 public void notifyDataConnectionFailed(String reason, String apnType) { method in class:Phone
2969 mNotifier.notifyDataConnectionFailed(this, reason, apnType);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl55 void notifyDataConnectionFailed(String reason, String apnType);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java251 public void notifyDataConnectionFailed(String reason, String apnType) { method in class:TelephonyRegistryMock
H A DPhoneMock.java841 public void notifyDataConnectionFailed(String reason, String apnType) { method in class:PhoneMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1243 public void notifyDataConnectionFailed(String reason, String apnType) { method in class:TelephonyRegistry
1250 if (!checkNotifyPermission("notifyDataConnectionFailed()")) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDcTracker.java1493 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType());
2297 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType());
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 334 milliseconds