Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/
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()
DTelephonyListenerManager.java22 import android.telephony.TelephonyCallback.ServiceStateListener;
84 public void addServiceStateListener(ServiceStateListener listener) { in addServiceStateListener()
90 public void removeServiceStateListener(ServiceStateListener listener) { in removeServiceStateListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/telephony/
DTelephonyCallbackTest.java23 import android.telephony.TelephonyCallback.ServiceStateListener;
92 ServiceStateListener listener = serviceState -> {}; in testRemoveListener_ServiceStateListener()
DTelephonyListenerManagerTest.java27 import android.telephony.TelephonyCallback.ServiceStateListener;
155 ServiceStateListener mListener = serviceState -> { }; in testRemoveListenerUnregisters_ServiceStateListener()
176 ServiceStateListener mListenerB = serviceState -> { }; in testRemoveListenerUnregisters_mixed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt42 import android.telephony.TelephonyCallback.ServiceStateListener
185 getTelephonyCallbackForType<ServiceStateListener>().onServiceStateChanged(serviceState) in emergencyOnly()
198 val callback = getTelephonyCallbackForType<ServiceStateListener>() in emergencyOnly_toggles()
582 val cb = getTelephonyCallbackForType<ServiceStateListener>() in roaming_cdma_queriesTelephonyManager()
612 val cb = getTelephonyCallbackForType<ServiceStateListener>() in cdmaRoaming_ignoresNegativeOne()
701 val cb = getTelephonyCallbackForType<ServiceStateListener>() in roaming_gsm_queriesDisplayInfo_viaServiceState()
905 getTelephonyCallbackForType<ServiceStateListener>().onServiceStateChanged(serviceState) in operatorAlphaShort_tracked()
925 getTelephonyCallbackForType<ServiceStateListener>() in isInService_notIwlan()
935 getTelephonyCallbackForType<ServiceStateListener>() in isInService_notIwlan()
950 getTelephonyCallbackForType<ServiceStateListener>() in isInService_notIwlan()
[all …]
DMobileConnectionTelephonySmokeTests.kt27 import android.telephony.TelephonyCallback.ServiceStateListener in <lambda>()
292 val serviceStateCallback = getTelephonyCallbackForType<ServiceStateListener>() in <lambda>()
DFullMobileConnectionRepositoryTest.kt475 getTelephonyCallbackForType<TelephonyCallback.ServiceStateListener>(telephonyManager) in connectionInfo_logging_notCarrierMerged_getsUpdates()
486 getTelephonyCallbackForType<TelephonyCallback.ServiceStateListener>(telephonyManager) in connectionInfo_logging_notCarrierMerged_getsUpdates()
/frameworks/base/core/java/android/telephony/
DTelephonyCallback.java726 public interface ServiceStateListener { interface in TelephonyCallback
1737 ServiceStateListener listener = (ServiceStateListener) mTelephonyCallbackWeakRef.get(); in onServiceStateChanged()
DTelephonyRegistryManager.java1103 if (telephonyCallback instanceof TelephonyCallback.ServiceStateListener) { in getEventsFromCallback()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/
DMobileStatusTracker.java120 TelephonyCallback.ServiceStateListener,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryImpl.kt151 TelephonyCallback.ServiceStateListener, in <lambda>()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/analytics/
DTelephonyAnalytics.java606 implements TelephonyCallback.ServiceStateListener {
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2175 private final TelephonyCallback.ServiceStateListener mPhoneStateListener =
2176 new TelephonyCallback.ServiceStateListener() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java1174 TelephonyCallback.ServiceStateListener,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java191 TelephonyCallback.ServiceStateListener,
/frameworks/base/config/
Ddirty-image-objects1694 Landroid/telephony/TelephonyCallback$ServiceStateListener; 470
Dpreloaded-classes7713 android.telephony.TelephonyCallback$ServiceStateListener
Dboot-image-profile.txt40250 Landroid/telephony/TelephonyCallback$ServiceStateListener;
/frameworks/base/core/api/
Dlint-baseline.txt886 RequiresPermission: android.telephony.TelephonyCallback.ServiceStateListener#onServiceStateChanged(…
Dmodule-lib-lint-baseline.txt1248 RequiresPermission: android.telephony.TelephonyCallback.ServiceStateListener#onServiceStateChanged(…
Dtest-lint-baseline.txt1404 RequiresPermission: android.telephony.TelephonyCallback.ServiceStateListener#onServiceStateChanged(…
Dsystem-lint-baseline.txt1324 RequiresPermission: android.telephony.TelephonyCallback.ServiceStateListener#onServiceStateChanged(…
/frameworks/base/boot/
Dpreloaded-classes7682 android.telephony.TelephonyCallback$ServiceStateListener
Dboot-image-profile.txt30089 Landroid/telephony/TelephonyCallback$ServiceStateListener;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12