Home
last modified time | relevance | path

Searched refs:notifyDataConnectionFailedForSubscriber (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java174 verify(mTelephonyRegisteryMock).notifyDataConnectionFailedForSubscriber(0, 0, "APN_0"); in testNotifyDataConnectionFailed()
177 verify(mTelephonyRegisteryMock).notifyDataConnectionFailedForSubscriber(0, 0, "APN_1"); in testNotifyDataConnectionFailed()
181 verify(mTelephonyRegisteryMock).notifyDataConnectionFailedForSubscriber(0,1, "APN_1"); in testNotifyDataConnectionFailed()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl65 void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType); in notifyDataConnectionFailedForSubscriber() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java331 public void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType) { in notifyDataConnectionFailedForSubscriber() method in TelephonyRegistryMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DDefaultPhoneNotifier.java210 mRegistry.notifyDataConnectionFailedForSubscriber(sender.getPhoneId(), in notifyDataConnectionFailed()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1493 notifyDataConnectionFailedForSubscriber(SubscriptionManager.DEFAULT_PHONE_INDEX, in notifyDataConnectionFailed()
1498 public void notifyDataConnectionFailedForSubscriber(int phoneId, int subId, String apnType) { in notifyDataConnectionFailedForSubscriber() method in TelephonyRegistry