/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | MobileConnectionRepositoryImpl.kt | 144 override fun onServiceStateChanged(serviceState: ServiceState) { 193 .mapNotNull { it.onServiceStateChanged } 204 .mapNotNull { it.onServiceStateChanged } 211 .mapNotNull { it.onServiceStateChanged } 217 .mapNotNull { it.onServiceStateChanged } 450 val onServiceStateChanged: CallbackEvent.OnServiceStateChanged? = null, 462 copy(onServiceStateChanged = event)
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | MobileConnectionRepositoryTest.kt | 170 getTelephonyCallbackForType<ServiceStateListener>().onServiceStateChanged(serviceState) 184 callback.onServiceStateChanged(ServiceState().also { it.isEmergencyOnly = true }) 187 callback.onServiceStateChanged(ServiceState().also { it.isEmergencyOnly = false }) 571 cb.onServiceStateChanged(ServiceState().also { it.roaming = true }) 577 cb.onServiceStateChanged(ServiceState().also { it.roaming = false }) 601 cb.onServiceStateChanged(serviceState) 688 cb.onServiceStateChanged(ServiceState().also { it.roaming = false }) 693 cb.onServiceStateChanged(ServiceState().also { it.roaming = true }) 882 .onServiceStateChanged( 892 .onServiceStateChanged( [all …]
|
H A D | FullMobileConnectionRepositoryTest.kt | 466 .onServiceStateChanged(serviceState) 477 .onServiceStateChanged(serviceState2)
|
H A D | MobileConnectionTelephonySmokeTests.kt | 295 serviceStateCallback.onServiceStateChanged(serviceState)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/ |
H A D | TelephonyCallback.java | 90 public void onServiceStateChanged(@NonNull ServiceState serviceState) { in onServiceStateChanged() method in TelephonyCallback 95 listeners.forEach(listener -> listener.onServiceStateChanged(serviceState)); in onServiceStateChanged()
|
/aosp14/frameworks/base/core/java/com/android/internal/telephony/ |
H A D | IPhoneStateListener.aidl | 40 void onServiceStateChanged(in ServiceState serviceState); in onServiceStateChanged() method
|
/aosp14/frameworks/base/core/java/android/telephony/ |
H A D | PhoneStateListener.java | 625 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in PhoneStateListener 1329 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in PhoneStateListener.IPhoneStateListenerStub 1334 () -> mExecutor.execute(() -> psl.onServiceStateChanged(serviceState))); in onServiceStateChanged()
|
H A D | TelephonyCallback.java | 723 void onServiceStateChanged(@NonNull ServiceState serviceState); in onServiceStateChanged() method 1652 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in TelephonyCallback.IPhoneStateListenerStub 1657 () -> mExecutor.execute(() -> listener.onServiceStateChanged(serviceState))); in onServiceStateChanged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | DataConnectionStats.java | 175 public void onServiceStateChanged(ServiceState state) { in onServiceStateChanged() method in DataConnectionStats.PhoneStateListenerImpl
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
H A D | MobileStatusTracker.java | 141 public void onServiceStateChanged(ServiceState state) { in onServiceStateChanged() method in MobileStatusTracker.MobileTelephonyCallback
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/countrydetector/ |
H A D | ComprehensiveCountryDetector.java | 446 public void onServiceStateChanged(ServiceState serviceState) { in addPhoneStateListener()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
H A D | InternetDialogController.java | 1145 public void onServiceStateChanged(@NonNull ServiceState serviceState) { 1147 mCallback.onServiceStateChanged(serviceState); 1346 void onServiceStateChanged(ServiceState serviceState);
|
H A D | InternetDialog.java | 764 public void onServiceStateChanged(ServiceState serviceState) { in onServiceStateChanged() method in InternetDialog
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 1165 r.callback.onServiceStateChanged(rawSs); in listen() 1167 r.callback.onServiceStateChanged( in listen() 1170 r.callback.onServiceStateChanged( in listen() 1716 r.callback.onServiceStateChanged(stateToSend); in notifyServiceStateForPhoneId() 4023 r.callback.onServiceStateChanged(ss); 4025 r.callback.onServiceStateChanged( 4028 r.callback.onServiceStateChanged(
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | LegacyGlobalActions.java | 765 public void onServiceStateChanged(ServiceState serviceState) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/ |
H A D | NetworkControllerBaseTest.java | 483 .onServiceStateChanged(mServiceState); in updateServiceState()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 2110 public void onServiceStateChanged(ServiceState serviceState) {
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14348 HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onServiceStateChanged$0(L… 14355 HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onServiceStateChanged(Landroid/t…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14412 HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->lambda$onServiceStateChanged$0(L… 14419 HSPLandroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onServiceStateChanged(Landroid/t…
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 44962 method @Deprecated public void onServiceStateChanged(android.telephony.ServiceState); 45608 method public void onServiceStateChanged(@NonNull android.telephony.ServiceState);
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 1768 HPLcom/android/server/am/DataConnectionStats$PhoneStateListenerImpl;->onServiceStateChanged(Landroi…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 54839 Landroid/telephony/PhoneStateListener$IPhoneStateListenerStub;->onServiceStateChanged(Landroid/tele… 83983 Lcom/android/internal/telephony/IPhoneStateListener$Stub$Proxy;->onServiceStateChanged(Landroid/tel…
|