/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/ |
H A D | TelephonyCallback.java | 22 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 D | TelephonyListenerManager.java | 22 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 D | TelephonyCallbackTest.java | 23 import android.telephony.TelephonyCallback.ServiceStateListener; 92 ServiceStateListener listener = serviceState -> {}; in testRemoveListener_ServiceStateListener()
|
H A D | TelephonyListenerManagerTest.java | 27 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 D | MobileConnectionRepositoryTest.kt | 31 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 D | MobileConnectionTelephonySmokeTests.kt | 26 import android.telephony.TelephonyCallback.ServiceStateListener 289 val serviceStateCallback = getTelephonyCallbackForType<ServiceStateListener>()
|
H A D | FullMobileConnectionRepositoryTest.kt | 465 getTelephonyCallbackForType<TelephonyCallback.ServiceStateListener>(telephonyManager) 476 getTelephonyCallbackForType<TelephonyCallback.ServiceStateListener>(telephonyManager)
|
/aosp14/frameworks/base/core/java/android/telephony/ |
H A D | TelephonyCallback.java | 698 public interface ServiceStateListener { interface in TelephonyCallback 1653 ServiceStateListener listener = (ServiceStateListener) mTelephonyCallbackWeakRef.get(); in onServiceStateChanged()
|
H A D | TelephonyRegistryManager.java | 982 if (telephonyCallback instanceof TelephonyCallback.ServiceStateListener) { in getEventsFromCallback()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
H A D | MobileStatusTracker.java | 120 TelephonyCallback.ServiceStateListener,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | MobileConnectionRepositoryImpl.kt | 137 TelephonyCallback.ServiceStateListener,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsDialogLite.java | 2107 private final TelephonyCallback.ServiceStateListener mPhoneStateListener = 2108 new TelephonyCallback.ServiceStateListener() {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/ |
H A D | InternetDialogController.java | 1134 TelephonyCallback.ServiceStateListener,
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 7515 android.telephony.TelephonyCallback$ServiceStateListener
|
H A D | boot-image-profile.txt | 30313 Landroid/telephony/TelephonyCallback$ServiceStateListener;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 7546 android.telephony.TelephonyCallback$ServiceStateListener
|
H A D | boot-image-profile.txt | 40447 Landroid/telephony/TelephonyCallback$ServiceStateListener;
|
/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/core/api/ |
H A D | current.txt | 45607 public static interface TelephonyCallback.ServiceStateListener {
|