Home
last modified time | relevance | path

Searched refs:notifyDataConnection (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTestPhoneNotifier.java.broken51 public void notifyDataConnection(Phone sender, String reason, String apnType) {
54 public void notifyDataConnection(Phone sender, String reason, String apnType,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java43 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() method
DPhone.java2156 public void notifyDataConnection(String reason, String apnType, in notifyDataConnection() method in Phone
2158 mNotifier.notifyDataConnection(this, reason, apnType, state); in notifyDataConnection()
2161 public void notifyDataConnection(String reason, String apnType) { in notifyDataConnection() method in Phone
2162 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
2165 public void notifyDataConnection(String reason) { in notifyDataConnection() method in Phone
2168 mNotifier.notifyDataConnection(this, reason, apnType, getDataConnectionState(apnType)); in notifyDataConnection()
DDefaultPhoneNotifier.java154 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() method in DefaultPhoneNotifier
DServiceStateTracker.java2870 mPhone.notifyDataConnection(Phone.REASON_CSS_INDICATOR_CHANGED); in pollStateDone()
3028 mPhone.notifyDataConnection(Phone.REASON_IWLAN_AVAILABLE); in pollStateDone()
3030 mPhone.notifyDataConnection(null); in pollStateDone()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java534 verify(mPhone, times(1)).notifyDataConnection(eq(Phone.REASON_CONNECTED), in verifyDataConnected()
585 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( in testDataSetup()
596 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( in testDataSetup()
603 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( in testDataSetup()
659 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( in testDataRetry()
670 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( in testDataRetry()
677 verify(mPhone, times(sNetworkAttributes.length)).notifyDataConnection( in testDataRetry()
703 verify(mPhone, never()).notifyDataConnection(eq(Phone.REASON_CONNECTED), in testDataRetry()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl49 void notifyDataConnection(int state, boolean isDataConnectivityPossible, in notifyDataConnection() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1192 notifyDataConnection(Phone.REASON_DATA_DETACHED); in onDataConnectionDetached()
1203 notifyDataConnection(Phone.REASON_DATA_ATTACHED); in onDataConnectionAttached()
1443 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType()); in trySetupData()
1526 mPhone.notifyDataConnection(reason != null ? reason : apnContext.getReason(), in notifyOffApnsOfAvailability()
1689 mPhone.notifyDataConnection(apnContext.getReason(), in cleanUpConnection()
1697 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType()); in cleanUpConnection()
2054 mPhone.notifyDataConnection(apnContext.getReason(), apnContext.getApnType()); in setupData()
2751 notifyDataConnection(Phone.REASON_ROAMING_OFF); in onDataRoamingOff()
2775 notifyDataConnection(Phone.REASON_ROAMING_ON); in onDataRoamingOnOrSettingsChanged()
2808 notifyDataConnection(null); in onRadioAvailable()
[all …]
DDcController.java395 mPhone.notifyDataConnection( in onDataStateChanged()
/frameworks/opt/telephony/
DREADME.txt20 PhoneBase#notifyDataConnection which calls DCT#getLinkProperties
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java560 public void notifyDataConnection(String reason, String apnType, in notifyDataConnection() method in PhoneMock
565 public void notifyDataConnection(String reason, String apnType) { in notifyDataConnection() method in PhoneMock
569 public void notifyDataConnection(String reason) { in notifyDataConnection() method in PhoneMock
DTelephonyRegistryMock.java236 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, in notifyDataConnection() method in TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1169 public void notifyDataConnection(int state, boolean isDataAllowed, in notifyDataConnection() method in TelephonyRegistry
/frameworks/base/config/
Dboot-image-profile.txt39776 HSPLcom/android/internal/telephony/DefaultPhoneNotifier;->notifyDataConnection(Lcom/android/interna…
40317 HSPLcom/android/internal/telephony/ITelephonyRegistry;->notifyDataConnection(IZLjava/lang/String;Lj…
40471 HSPLcom/android/internal/telephony/Phone;->notifyDataConnection(Ljava/lang/String;)V
40472 HSPLcom/android/internal/telephony/Phone;->notifyDataConnection(Ljava/lang/String;Ljava/lang/String…
40473 HSPLcom/android/internal/telephony/Phone;->notifyDataConnection(Ljava/lang/String;Ljava/lang/String…
40541 HSPLcom/android/internal/telephony/PhoneNotifier;->notifyDataConnection(Lcom/android/internal/telep…
41195 HSPLcom/android/internal/telephony/dataconnection/DcTracker;->notifyDataConnection(Ljava/lang/Strin…