/frameworks/base/core/java/android/telephony/ |
D | PhoneStateListener.java | 763 public void onDataConnectionStateChanged(int state) { in onDataConnectionStateChanged() method in PhoneStateListener 773 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in PhoneStateListener 1398 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in PhoneStateListener.IPhoneStateListenerStub 1406 psl.onDataConnectionStateChanged( in onDataConnectionStateChanged() 1408 psl.onDataConnectionStateChanged(TelephonyManager.DATA_CONNECTED); in onDataConnectionStateChanged() 1413 psl.onDataConnectionStateChanged(state, networkType); in onDataConnectionStateChanged() 1414 psl.onDataConnectionStateChanged(state); in onDataConnectionStateChanged()
|
D | TelephonyCallback.java | 786 void onDataConnectionStateChanged(@TelephonyManager.DataState int state, in onDataConnectionStateChanged() method 1463 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in TelephonyCallback.IPhoneStateListenerStub 1472 listener.onDataConnectionStateChanged( in onDataConnectionStateChanged() 1477 listener.onDataConnectionStateChanged(state, networkType))); in onDataConnectionStateChanged()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl | 48 void onDataConnectionStateChanged(int state, int networkType); in onDataConnectionStateChanged() method
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | DataConnectionStats.java | 182 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in DataConnectionStats.PhoneStateListenerImpl
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
D | MobileStatusTracker.java | 143 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in MobileStatusTracker.MobileTelephonyCallback
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | NetworkControllerBaseTest.java | 493 .onDataConnectionStateChanged(dataState, dataNetType); in updateDataConnectionState()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1139 r.callback.onDataConnectionStateChanged(mDataConnectionState[phoneId], in listen() 2021 r.callback.onDataConnectionStateChanged(state, networkType); in notifyDataConnectionForSubscriber() 3413 r.callback.onDataConnectionStateChanged(mDataConnectionState[phoneId],
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14722 …telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onDataConnectionStateChanged$14(Land… 14723 …telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onDataConnectionStateChanged$15$Phon… 14732 HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onDataConnectionStateChanged(II)… 14741 HSPLandroid/telephony/PhoneStateListener;->onDataConnectionStateChanged(I)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14771 …telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onDataConnectionStateChanged$14(Land… 14772 …telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onDataConnectionStateChanged$15$Phon… 14781 HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onDataConnectionStateChanged(II)… 14790 HSPLandroid/telephony/PhoneStateListener;->onDataConnectionStateChanged(I)V
|
/frameworks/base/core/api/ |
D | current.txt | 41990 method @Deprecated public void onDataConnectionStateChanged(int); 41991 method @Deprecated public void onDataConnectionStateChanged(int, int); 42552 method public void onDataConnectionStateChanged(int, int);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28435 method public void onDataConnectionStateChanged(int); 28436 method public void onDataConnectionStateChanged(int, int);
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 58155 Landroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onDataConnectionStateChanged(II)V 87299 Lcom/android/internal/telephony/IPhoneStateListener$Stub$Proxy;->onDataConnectionStateChanged(II)V
|
/frameworks/base/services/ |
D | art-profile | 8053 HPLcom/android/server/am/DataConnectionStats$PhoneStateListenerImpl;->onDataConnectionStateChanged(…
|