/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TestPhoneNotifier.java.broken | 51 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/ |
D | PhoneNotifier.java | 43 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() method
|
D | Phone.java | 2156 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()
|
D | DefaultPhoneNotifier.java | 154 public void notifyDataConnection(Phone sender, String reason, String apnType, in notifyDataConnection() method in DefaultPhoneNotifier
|
D | ServiceStateTracker.java | 2870 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/ |
D | DcTrackerTest.java | 534 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/ |
D | ITelephonyRegistry.aidl | 49 void notifyDataConnection(int state, boolean isDataConnectivityPossible, in notifyDataConnection() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 1192 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 …]
|
D | DcController.java | 395 mPhone.notifyDataConnection( in onDataStateChanged()
|
/frameworks/opt/telephony/ |
D | README.txt | 20 PhoneBase#notifyDataConnection which calls DCT#getLinkProperties
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 560 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
|
D | TelephonyRegistryMock.java | 236 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, in notifyDataConnection() method in TelephonyRegistryMock
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1169 public void notifyDataConnection(int state, boolean isDataAllowed, in notifyDataConnection() method in TelephonyRegistry
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 39776 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…
|