Home
last modified time | relevance | path

Searched refs:EXTRA_SUBSCRIPTION_INDEX (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
H A DCarrierActionUtils.java104 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onDisableAllMeteredApns()
112 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onEnableAllMeteredApns()
136 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onRegisterDefaultNetworkAvail()
144 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onDeregisterDefaultNetworkAvail()
152 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onDisableRadio()
160 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onEnableRadio()
203 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onResetAllCarrierActions()
H A DCaptivePortalLoginActivity.java209 final int subId = getIntent().getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in getUrlForCaptivePortal()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBroadcastRecordTest.java539 intent1.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup()
546 intent2.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup()
560 intent1.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingKey()
568 intent2.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingKey()
576 intent3.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 1); in testMatchesDeliveryGroup_withMatchingKey()
599 intent1.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
604 bundle1.putInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
613 intent2.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
618 bundle2.putInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
627 intent3.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 1); in testMatchesDeliveryGroup_withMatchingFilter()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DCarrierConfigTracker.java96 CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, in updateFromNewCarrierConfig()
128 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, -1); in updateDefaultDataSubscription()
/aosp14/frameworks/base/core/java/android/telephony/
H A DCellBroadcastIntents.java110 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in putPhoneIdAndSubIdExtra()
/aosp14/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
H A DCarrierDefaultReceiverTest.java92 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in testOnReceiveRedirection()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
H A DCarrierConfigRepository.kt83 CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
H A DCarrierConfigRepositoryTest.kt158 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, subId),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryImpl.kt28 import android.telephony.SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX
350 EXTRA_SUBSCRIPTION_INDEX,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
H A DKeyguardUpdateMonitorLogger.kt26 import android.telephony.SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX
377 int1 = intent.getIntExtra(EXTRA_SUBSCRIPTION_INDEX, INVALID_SUBSCRIPTION_ID)
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkPolicyManagerServiceTest.java1676 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1691 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1710 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1732 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1749 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1766 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1783 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1798 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
H A DMobileConnectionRepositoryTest.kt27 import android.telephony.SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX
989 putExtra(EXTRA_SUBSCRIPTION_INDEX, subId)
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java1262 …public static final String EXTRA_SUBSCRIPTION_INDEX = "android.telephony.extra.SUBSCRIPTION_INDEX"; field in SubscriptionManager
3858 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in putSubscriptionIdExtra()
H A DCarrierConfigManager.java93 public static final String EXTRA_SUBSCRIPTION_INDEX = field in CarrierConfigManager
94 SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX;
/aosp14/frameworks/base/core/java/android/provider/
H A DTelephony.java1389 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in getMessagesFromIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java645 SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX,
3621 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in createServiceStateIntent()
3710 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in broadcastCallStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
H A DNetworkControllerImpl.java835 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onReceive()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1877 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX,
2142 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in fromIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java1935 if (!intent.hasExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX)) {
1938 final int subId = intent.getIntExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, -1);
3722 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java3460 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subscription); in putPhoneInfo()
/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.txt43349 …field public static final String EXTRA_SUBSCRIPTION_INDEX = "android.telephony.extra.SUBSCRIPTION_…
45474 …field public static final String EXTRA_SUBSCRIPTION_INDEX = "android.telephony.extra.SUBSCRIPTION_…