/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/ |
H A D | TelephonyCallback.java | 20 import android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener; 38 implements ActiveDataSubscriptionIdListener, CallStateListener, ServiceStateListener { 40 private final List<ActiveDataSubscriptionIdListener> mActiveDataSubscriptionIdListeners = 57 List<ActiveDataSubscriptionIdListener> listeners; in onActiveDataSubscriptionIdChanged() 64 void addActiveDataSubscriptionIdListener(ActiveDataSubscriptionIdListener listener) { in addActiveDataSubscriptionIdListener() 68 void removeActiveDataSubscriptionIdListener(ActiveDataSubscriptionIdListener listener) { in removeActiveDataSubscriptionIdListener()
|
H A D | TelephonyListenerManager.java | 20 import android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener; 60 public void addActiveDataSubscriptionIdListener(ActiveDataSubscriptionIdListener listener) { in addActiveDataSubscriptionIdListener() 66 public void removeActiveDataSubscriptionIdListener(ActiveDataSubscriptionIdListener listener) { in removeActiveDataSubscriptionIdListener()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | MobileConnectionsRepositoryTest.kt | 35 import android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener 302 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() 313 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() 318 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() 334 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() 345 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() 350 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() 363 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() 383 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() 399 getTelephonyCallbackForType<ActiveDataSubscriptionIdListener>() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/telephony/ |
H A D | TelephonyCallbackTest.java | 21 import android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener; 68 ActiveDataSubscriptionIdListener listener = subId -> {}; in testRemoveListener_ActiveDataSubscriptionIdListener()
|
H A D | TelephonyListenerManagerTest.java | 25 import android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener; 115 ActiveDataSubscriptionIdListener mListener = subId -> { }; in testRemoveListenerUnregisters_ActiveDataSubscriptionIdListener() 175 ActiveDataSubscriptionIdListener mListenerA = subId -> { }; in testRemoveListenerUnregisters_mixed()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/ |
H A D | TelephonySubscriptionTracker.java | 93 @NonNull private final ActiveDataSubscriptionIdListener mActiveDataSubIdListener; 135 mActiveDataSubIdListener = new ActiveDataSubscriptionIdListener(); in TelephonySubscriptionTracker() 555 private class ActiveDataSubscriptionIdListener extends TelephonyCallback class in TelephonySubscriptionTracker 556 implements TelephonyCallback.ActiveDataSubscriptionIdListener {
|
/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/ |
H A D | TelephonySubscriptionTrackerTest.java | 24 import static android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener; 234 private ActiveDataSubscriptionIdListener getActiveDataSubscriptionIdListener() { in getActiveDataSubscriptionIdListener() 239 return (ActiveDataSubscriptionIdListener) captor.getValue(); in getActiveDataSubscriptionIdListener() 394 final ActiveDataSubscriptionIdListener listener = getActiveDataSubscriptionIdListener(); in testOnSubscriptionsChangedFired_onActiveSubIdsChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | CarrierTextManager.java | 32 import android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener; 137 private final ActiveDataSubscriptionIdListener mPhoneStateListener = 138 new ActiveDataSubscriptionIdListener() {
|
H A D | KeyguardUpdateMonitor.java | 493 public TelephonyCallback.ActiveDataSubscriptionIdListener mPhoneStateListener = 494 new TelephonyCallback.ActiveDataSubscriptionIdListener() {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/ |
H A D | MobileConnectionsRepositoryImpl.kt | 27 import android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener 174 object : TelephonyCallback(), ActiveDataSubscriptionIdListener {
|
/aosp14/frameworks/base/core/java/android/telephony/ |
H A D | TelephonyCallback.java | 1218 public interface ActiveDataSubscriptionIdListener { interface in TelephonyCallback 1908 ActiveDataSubscriptionIdListener listener = in onActiveDataSubIdChanged() 1909 (ActiveDataSubscriptionIdListener) mTelephonyCallbackWeakRef.get(); in onActiveDataSubIdChanged()
|
H A D | TelephonyRegistryManager.java | 1071 if (telephonyCallback instanceof TelephonyCallback.ActiveDataSubscriptionIdListener) { in getEventsFromCallback()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/routeselection/ |
H A D | UnderlyingNetworkController.java | 22 import static android.telephony.TelephonyCallback.ActiveDataSubscriptionIdListener; 636 implements ActiveDataSubscriptionIdListener {
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/ |
H A D | MobileStatusTracker.java | 125 TelephonyCallback.ActiveDataSubscriptionIdListener,
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/ |
H A D | NetworkControllerImpl.java | 139 private TelephonyCallback.ActiveDataSubscriptionIdListener mPhoneStateListener;
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 7477 android.telephony.TelephonyCallback$ActiveDataSubscriptionIdListener
|
H A D | boot-image-profile.txt | 30275 Landroid/telephony/TelephonyCallback$ActiveDataSubscriptionIdListener;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 7508 android.telephony.TelephonyCallback$ActiveDataSubscriptionIdListener
|
H A D | boot-image-profile.txt | 40409 Landroid/telephony/TelephonyCallback$ActiveDataSubscriptionIdListener;
|
/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 | 45535 public static interface TelephonyCallback.ActiveDataSubscriptionIdListener {
|