Home
last modified time | relevance | path

Searched refs:ServiceStateListener (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/
H A DTelephonyCallback.java22 import android.telephony.TelephonyCallback.ServiceStateListener;
38 implements ActiveDataSubscriptionIdListener, CallStateListener, ServiceStateListener {
43 private final List<ServiceStateListener> mServiceStateListeners = new ArrayList<>();
91 List<ServiceStateListener> listeners; in onServiceStateChanged()
98 void addServiceStateListener(ServiceStateListener listener) { in addServiceStateListener()
102 void removeServiceStateListener(ServiceStateListener listener) { in removeServiceStateListener()
H A DTelephonyListenerManager.java22 import android.telephony.TelephonyCallback.ServiceStateListener;
84 public void addServiceStateListener(ServiceStateListener listener) { in addServiceStateListener()
90 public void removeServiceStateListener(ServiceStateListener listener) { in removeServiceStateListener()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/telephony/
H A DTelephonyCallbackTest.java23 import android.telephony.TelephonyCallback.ServiceStateListener;
92 ServiceStateListener listener = serviceState -> {}; in testRemoveListener_ServiceStateListener()
H A DTelephonyListenerManagerTest.java27 import android.telephony.TelephonyCallback.ServiceStateListener;
155 ServiceStateListener mListener = serviceState -> { }; in testRemoveListenerUnregisters_ServiceStateListener()
176 ServiceStateListener mListenerB = serviceState -> { }; in testRemoveListenerUnregisters_mixed()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryTest.kt31 import android.telephony.TelephonyCallback.ServiceStateListener
170 getTelephonyCallbackForType<ServiceStateListener>().onServiceStateChanged(serviceState)
183 val callback = getTelephonyCallbackForType<ServiceStateListener>()
567 val cb = getTelephonyCallbackForType<ServiceStateListener>()
597 val cb = getTelephonyCallbackForType<ServiceStateListener>()
684 val cb = getTelephonyCallbackForType<ServiceStateListener>()
868 getTelephonyCallbackForType<ServiceStateListener>().onServiceStateChanged(serviceState)
881 getTelephonyCallbackForType<ServiceStateListener>()
891 getTelephonyCallbackForType<ServiceStateListener>()
900 getTelephonyCallbackForType<ServiceStateListener>()
[all …]
H A DMobileConnectionTelephonySmokeTests.kt26 import android.telephony.TelephonyCallback.ServiceStateListener
289 val serviceStateCallback = getTelephonyCallbackForType<ServiceStateListener>()
H A DFullMobileConnectionRepositoryTest.kt465 getTelephonyCallbackForType<TelephonyCallback.ServiceStateListener>(telephonyManager)
476 getTelephonyCallbackForType<TelephonyCallback.ServiceStateListener>(telephonyManager)
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyCallback.java698 public interface ServiceStateListener { interface in TelephonyCallback
1653 ServiceStateListener listener = (ServiceStateListener) mTelephonyCallbackWeakRef.get(); in onServiceStateChanged()
H A DTelephonyRegistryManager.java982 if (telephonyCallback instanceof TelephonyCallback.ServiceStateListener) { in getEventsFromCallback()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
H A DMobileStatusTracker.java120 TelephonyCallback.ServiceStateListener,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryImpl.kt137 TelephonyCallback.ServiceStateListener,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java2107 private final TelephonyCallback.ServiceStateListener mPhoneStateListener =
2108 new TelephonyCallback.ServiceStateListener() {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java1134 TelephonyCallback.ServiceStateListener,
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes7515 android.telephony.TelephonyCallback$ServiceStateListener
H A Dboot-image-profile.txt30313 Landroid/telephony/TelephonyCallback$ServiceStateListener;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes7546 android.telephony.TelephonyCallback$ServiceStateListener
H A Dboot-image-profile.txt40447 Landroid/telephony/TelephonyCallback$ServiceStateListener;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt45607 public static interface TelephonyCallback.ServiceStateListener {