/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | DefaultPhoneNotifierTest.java | 173 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "BUSY", "APN_0"); in testNotifyDataConnectionFailed() 176 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "LOCAL", "APN_0"); in testNotifyDataConnectionFailed() 180 mDefaultPhoneNotifierUT.notifyDataConnectionFailed(mPhone, "LOCAL", "APN_1"); in testNotifyDataConnectionFailed() 185 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 | 46 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType); in notifyDataConnectionFailed() method
|
D | DefaultPhoneNotifier.java | 198 public void notifyDataConnectionFailed(Phone sender, String reason, String apnType) { in notifyDataConnectionFailed() method in DefaultPhoneNotifier
|
D | Phone.java | 2968 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in Phone 2969 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 | 251 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in TelephonyRegistryMock
|
D | PhoneMock.java | 841 public void notifyDataConnectionFailed(String reason, String apnType) { in notifyDataConnectionFailed() method in PhoneMock
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1243 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 | 1493 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType()); in trySetupData() 2297 mPhone.notifyDataConnectionFailed(apnContext.getReason(), apnContext.getApnType()); in notifyNoData()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 8374 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyDataConnectionFailed(Ljava/lang/String;L…
|
D | boot-image-profile.txt | 40318 HSPLcom/android/internal/telephony/ITelephonyRegistry;->notifyDataConnectionFailed(Ljava/lang/Strin… 40542 HSPLcom/android/internal/telephony/PhoneNotifier;->notifyDataConnectionFailed(Lcom/android/internal…
|