/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 | 51 void notifyDataConnection(Phone sender, String apnType, PhoneConstants.DataState state); in notifyDataConnection() method
|
D | DefaultPhoneNotifier.java | 162 public void notifyDataConnection(Phone sender, String apnType, in notifyDataConnection() method in DefaultPhoneNotifier
|
D | Phone.java | 2334 public void notifyDataConnection(String apnType) { in notifyDataConnection() method in Phone 2335 mNotifier.notifyDataConnection(this, apnType, getDataConnectionState(apnType)); in notifyDataConnection() 2338 public void notifyDataConnection() { in notifyDataConnection() method in Phone 2342 mNotifier.notifyDataConnection(this, apnType, in notifyDataConnection()
|
D | ServiceStateTracker.java | 3216 mPhone.notifyDataConnection(); in pollStateDone() 3346 mPhone.notifyDataConnection(); in pollStateDone()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephonyRegistry.aidl | 56 void notifyDataConnection(int state, boolean isDataConnectivityPossible, in notifyDataConnection() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 1201 mPhone.notifyDataConnection(); in onDataConnectionDetached() 1212 mPhone.notifyDataConnection(); in onDataConnectionAttached() 1464 mPhone.notifyDataConnection(apnContext.getApnType()); in trySetupData() 1706 mPhone.notifyDataConnection(apnContext.getApnType()); in cleanUpConnectionInternal() 1713 mPhone.notifyDataConnection(apnContext.getApnType()); in cleanUpConnectionInternal() 1964 mPhone.notifyDataConnection(apnContext.getApnType()); in setupData() 2216 mPhone.notifyDataConnection(); in onRecordsLoadedOrSubIdChanged() 2561 mPhone.notifyDataConnection(); in onDataRoamingOff() 2592 mPhone.notifyDataConnection(); in onDataRoamingOnOrSettingsChanged() 2624 mPhone.notifyDataConnection(); in onRadioAvailable() [all …]
|
D | DcController.java | 387 mPhone.notifyDataConnection(apnContext.getApnType()); in onDataStateChanged()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 558 public void notifyDataConnection(String reason, String apnType, in notifyDataConnection() method in PhoneMock 563 public void notifyDataConnection(String reason, String apnType) { in notifyDataConnection() method in PhoneMock 567 public void notifyDataConnection(String reason) { in notifyDataConnection() method in PhoneMock
|
D | TelephonyRegistryMock.java | 311 public void notifyDataConnection(int state, boolean isDataConnectivityPossible, in notifyDataConnection() method in TelephonyRegistryMock
|
/frameworks/opt/telephony/ |
D | README.txt | 20 PhoneBase#notifyDataConnection which calls DCT#getLinkProperties
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 580 verify(mPhone, atLeastOnce()).notifyDataConnection( in verifyDataConnected()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1412 public void notifyDataConnection(int state, boolean isDataAllowed, String apn, String apnType, in notifyDataConnection() method in TelephonyRegistry
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21977 HSPLcom/android/internal/telephony/DefaultPhoneNotifier;->notifyDataConnection(Lcom/android/interna… 22440 HSPLcom/android/internal/telephony/Phone;->notifyDataConnection()V 22441 HSPLcom/android/internal/telephony/Phone;->notifyDataConnection(Ljava/lang/String;)V
|
D | hiddenapi-greylist-max-o.txt | 105803 Lcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy;->notifyDataConnection(IZLjava/lang/S… 105866 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyDataConnection(IZLjava/lang/String;Ljava…
|