/frameworks/base/core/java/android/telephony/ |
D | PhoneStateListener.java | 752 public void onDataConnectionStateChanged(int state) { in onDataConnectionStateChanged() method in PhoneStateListener 762 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in PhoneStateListener 1385 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in PhoneStateListener.IPhoneStateListenerStub 1393 psl.onDataConnectionStateChanged( in onDataConnectionStateChanged() 1395 psl.onDataConnectionStateChanged(TelephonyManager.DATA_CONNECTED); in onDataConnectionStateChanged() 1400 psl.onDataConnectionStateChanged(state, networkType); in onDataConnectionStateChanged() 1401 psl.onDataConnectionStateChanged(state); in onDataConnectionStateChanged()
|
D | TelephonyCallback.java | 870 void onDataConnectionStateChanged(@TelephonyManager.DataState int state, in onDataConnectionStateChanged() method 1791 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in TelephonyCallback.IPhoneStateListenerStub 1800 listener.onDataConnectionStateChanged( in onDataConnectionStateChanged() 1805 listener.onDataConnectionStateChanged(state, networkType))); in onDataConnectionStateChanged()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionRepositoryTest.kt | 278 callback.onDataConnectionStateChanged(DATA_CONNECTED, 200 /* unused */) in dataConnectionState_connected() 293 callback.onDataConnectionStateChanged(DATA_CONNECTING, 200 /* unused */) in dataConnectionState_connecting() 308 callback.onDataConnectionStateChanged(DATA_DISCONNECTED, 200 /* unused */) in dataConnectionState_disconnected() 323 callback.onDataConnectionStateChanged(DATA_DISCONNECTING, 200 /* unused */) in dataConnectionState_disconnecting() 338 callback.onDataConnectionStateChanged(DATA_SUSPENDED, 200 /* unused */) in dataConnectionState_suspended() 353 callback.onDataConnectionStateChanged(DATA_HANDOVER_IN_PROGRESS, 200 /* unused */) in dataConnectionState_handoverInProgress() 368 callback.onDataConnectionStateChanged(DATA_UNKNOWN, 200 /* unused */) in dataConnectionState_unknown() 383 callback.onDataConnectionStateChanged(45, 200 /* unused */) in dataConnectionState_invalid()
|
D | MobileConnectionTelephonySmokeTests.kt | 220 connectionCallback.onDataConnectionStateChanged( in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
D | MobileConnectionRepositoryImpl.kt | 174 override fun onDataConnectionStateChanged( in <lambda>() method 272 .mapNotNull { it.onDataConnectionStateChanged } in <lambda>() 536 val onDataConnectionStateChanged: CallbackEvent.OnDataConnectionStateChanged? = null, constant in TelephonyCallbackState 550 copy(onDataConnectionStateChanged = event) in applyEvent()
|
/frameworks/base/core/java/com/android/internal/telephony/ |
D | IPhoneStateListener.aidl | 49 void onDataConnectionStateChanged(int state, int networkType); in onDataConnectionStateChanged() method
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | DataConnectionStats.java | 177 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 | 153 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in MobileStatusTracker.MobileTelephonyCallback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
D | InternetDialogController.java | 1192 public void onDataConnectionStateChanged(int state, int networkType) { 1194 mCallback.onDataConnectionStateChanged(state, networkType); 1399 void onDataConnectionStateChanged(int state, int networkType);
|
D | InternetDialogDelegate.java | 847 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in InternetDialogDelegate
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
D | NetworkControllerBaseTest.java | 518 .onDataConnectionStateChanged(dataState, dataNetType); in updateDataConnectionState()
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 1251 r.callback.onDataConnectionStateChanged(mDataConnectionState[r.phoneId], in listen() 2296 r.callback.onDataConnectionStateChanged(state, networkType); in notifyDataConnectionForSubscriber() 4347 r.callback.onDataConnectionStateChanged(mDataConnectionState[phoneId],
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyRegistryTest.java | 234 public void onDataConnectionStateChanged(int state, int networkType) { in onDataConnectionStateChanged() method in TelephonyRegistryTest.TelephonyCallbackWrapper
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14115 …telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onDataConnectionStateChanged$14(Land… 14123 HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onDataConnectionStateChanged(II)V 14133 HSPLandroid/telephony/PhoneStateListener;->onDataConnectionStateChanged(I)V
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 14179 …telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onDataConnectionStateChanged$14(Land… 14187 HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onDataConnectionStateChanged(II)V 14197 HSPLandroid/telephony/PhoneStateListener;->onDataConnectionStateChanged(I)V
|
/frameworks/base/core/api/ |
D | current.txt | 45322 method @Deprecated public void onDataConnectionStateChanged(int); 45323 method @Deprecated public void onDataConnectionStateChanged(int, int); 45959 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 | 54189 Landroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onDataConnectionStateChanged(II)V 83333 Lcom/android/internal/telephony/IPhoneStateListener$Stub$Proxy;->onDataConnectionStateChanged(II)V
|