Home
last modified time | relevance | path

Searched refs:EXTRA_SLOT_INDEX (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastRecordTest.java495 intent1.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 1); in testMatchesDeliveryGroup()
502 intent2.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 2); in testMatchesDeliveryGroup()
516 intent1.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 1); in testMatchesDeliveryGroup_withMatchingKey()
524 intent2.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 2); in testMatchesDeliveryGroup_withMatchingKey()
532 intent3.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 3); in testMatchesDeliveryGroup_withMatchingKey()
555 intent1.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 1); in testMatchesDeliveryGroup_withMatchingFilter()
560 bundle1.putInt(SubscriptionManager.EXTRA_SLOT_INDEX, 1); in testMatchesDeliveryGroup_withMatchingFilter()
569 intent2.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 2); in testMatchesDeliveryGroup_withMatchingFilter()
574 bundle2.putInt(SubscriptionManager.EXTRA_SLOT_INDEX, 2); in testMatchesDeliveryGroup_withMatchingFilter()
583 intent3.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 3); in testMatchesDeliveryGroup_withMatchingFilter()
[all …]
/frameworks/base/core/java/android/telephony/
DCellBroadcastIntents.java113 intent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, phoneId); in putPhoneIdAndSubIdExtra()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java224 int slotIndexExtra = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX,
374 intent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, slotIndex); in cleanupRenewalAlarms()
434 intent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, slotIndex); in resetRenewalAlarm()
DGsmCdmaPhone.java446 if (mPhoneId == intent.getIntExtra(CarrierConfigManager.EXTRA_SLOT_INDEX, -1)) {
459 SubscriptionManager.EXTRA_SLOT_INDEX,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java1236 .putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0)); in testNotifyDisplayInfoChanged()
1263 .putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0)); in testDisplayInfoCompatibility()
1294 .putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0)); in testDisplayInfoCompatibility_moreCallingPackages()
1408 .putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0)); in testNotifyLinkCapacityEstimateChanged()
1442 .putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0)); in testPreciseDataConnectionStateChangedForInvalidSubId()
DCarrierKeyDownloadMgrTest.java468 mIntent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, slotIndex); in testAlarmRenewal()
DGsmCdmaPhoneTest.java2790 simLoadedIntent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, mPhone.getPhoneId()); in testResetNetworkSelectionModeOnSimSwap()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java88 int slotId = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/
DPhoneSwitcherTest.java1727 intent1.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0); in testRetry_DDS_switch_Failure()
1736 intent2.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0); in testRetry_DDS_switch_Failure()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java655 SubscriptionManager.EXTRA_SLOT_INDEX,
3772 intent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, phoneId); in createServiceStateIntent()
3864 intent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, phoneId); in broadcastCallStateChanged()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DPhoneSwitcher.java659 int slotIndex = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX,
DDataNetworkController.java455 SubscriptionManager.EXTRA_SLOT_INDEX,
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java610 int slotIndex = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX, in injectSuplInit()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java272 int slotId = intent.getIntExtra(CarrierConfigManager.EXTRA_SLOT_INDEX,
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java2365 intent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0); in putPhoneInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
DImsResolverTest.java2228 carrierConfigIntent.putExtra(CarrierConfigManager.EXTRA_SLOT_INDEX, slotId); in sendCarrierConfigChanged()
/frameworks/base/telephony/java/android/telephony/
DCarrierConfigManager.java77 public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX"; field in CarrierConfigManager
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1950 int slotId = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0); in fromIntent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt43656 field public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX";
45853 field public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX";