Home
last modified time | relevance | path

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

12

/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
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()
DCaptivePortalLoginActivity.java209 final int subId = getIntent().getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in getUrlForCaptivePortal()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastRecordTest.java494 intent1.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup()
501 intent2.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup()
515 intent1.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingKey()
523 intent2.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingKey()
531 intent3.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 1); in testMatchesDeliveryGroup_withMatchingKey()
554 intent1.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
559 bundle1.putInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
568 intent2.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
573 bundle2.putInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 0); in testMatchesDeliveryGroup_withMatchingFilter()
582 intent3.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 1); in testMatchesDeliveryGroup_withMatchingFilter()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DCarrierConfigTracker.java97 CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, in updateFromNewCarrierConfig()
132 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, -1); in updateDefaultDataSubscription()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierSignalAgentTest.java242 assertTrue(intent.hasExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)); in testLegacyConversionSupport()
260 assertTrue(intent.hasExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)); in testLegacyConversionSupport()
276 assertTrue(intent.hasExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)); in testLegacyConversionSupport()
293 assertTrue(intent.hasExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)); in testLegacyConversionSupport()
305 assertTrue(intent.hasExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)); in testLegacyConversionSupport()
DTelephonyRegistryTest.java1235 .putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 12) in testNotifyDisplayInfoChanged()
1262 .putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 12) in testDisplayInfoCompatibility()
1293 .putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 12) in testDisplayInfoCompatibility_moreCallingPackages()
1407 .putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 2) in testNotifyLinkCapacityEstimateChanged()
1441 .putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, 2) in testPreciseDataConnectionStateChangedForInvalidSubId()
/frameworks/base/core/java/android/telephony/
DCellBroadcastIntents.java110 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in putPhoneIdAndSubIdExtra()
/frameworks/base/packages/CarrierDefaultApp/tests/unit/src/com/android/carrierdefaultapp/
DCarrierDefaultReceiverTest.java92 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in testOnReceiveRedirection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DCarrierConfigRepository.kt83 CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DCarrierConfigRepositoryTest.kt158 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, subId), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DKeyguardUpdateMonitorLogger.kt25 import android.telephony.SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX
343 int1 = intent.getIntExtra(EXTRA_SUBSCRIPTION_INDEX, INVALID_SUBSCRIPTION_ID) in logServiceProvidersUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryImpl.kt33 import android.telephony.SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX in <lambda>()
386 EXTRA_SUBSCRIPTION_INDEX, in <lambda>()
DMobileConnectionsRepositoryImpl.kt184 SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in <lambda>()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java734 assertThat(b.containsKey(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isTrue(); in testSetDefaultVoiceSubId()
735 assertThat(b.getInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isEqualTo(1); in testSetDefaultVoiceSubId()
743 assertThat(b.containsKey(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isTrue(); in testSetDefaultVoiceSubId()
744 assertThat(b.getInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isEqualTo(1); in testSetDefaultVoiceSubId()
778 assertThat(b.containsKey(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isTrue(); in testSetDefaultDataSubId()
779 assertThat(b.getInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isEqualTo(1); in testSetDefaultDataSubId()
787 assertThat(b.containsKey(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isTrue(); in testSetDefaultDataSubId()
788 assertThat(b.getInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isEqualTo(1); in testSetDefaultDataSubId()
838 assertThat(b.containsKey(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isTrue(); in testSetDefaultSmsSubId()
839 assertThat(b.getInt(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX)).isEqualTo(1); in testSetDefaultSmsSubId()
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
DNetworkPolicyManagerServiceTest.java1771 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1786 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1805 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1827 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1844 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1861 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1878 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
1893 .putExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX, FAKE_SUB_ID)
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGsmInboundSmsHandlerTest.java276 assertEquals(subId, intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in verifySmsIntentBroadcasts()
294 assertEquals(subId, intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in verifySmsIntentBroadcasts()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt36 import android.telephony.SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX
1133 putExtra(EXTRA_SUBSCRIPTION_INDEX, subId) in spnIntent()
DMobileConnectionsRepositoryTest.kt1561 putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId) in <lambda>()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java652 SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX,
3770 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in createServiceStateIntent()
3859 intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, subId); in broadcastCallStateChanged()
/frameworks/base/core/java/android/provider/
DTelephony.java1393 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in getMessagesFromIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerImpl.java840 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in onReceive()
/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java95 public static final String EXTRA_SUBSCRIPTION_INDEX = field in CarrierConfigManager
96 SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX;
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1724 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX,
1951 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in fromIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java280 int subId = intent.getIntExtra(CarrierConfigManager.EXTRA_SUBSCRIPTION_INDEX,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsHandler.java1762 int subId = intent.getIntExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, in handleAction()

12