/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
D | BroadcastRecordTest.java | 495 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/ |
D | CellBroadcastIntents.java | 113 intent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, phoneId); in putPhoneIdAndSubIdExtra()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CarrierKeyDownloadManager.java | 224 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()
|
D | GsmCdmaPhone.java | 446 if (mPhoneId == intent.getIntExtra(CarrierConfigManager.EXTRA_SLOT_INDEX, -1)) { 459 SubscriptionManager.EXTRA_SLOT_INDEX,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyRegistryTest.java | 1236 .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()
|
D | CarrierKeyDownloadMgrTest.java | 468 mIntent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, slotIndex); in testAlarmRenewal()
|
D | GsmCdmaPhoneTest.java | 2790 simLoadedIntent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, mPhone.getPhoneId()); in testResetNetworkSelectionModeOnSimSwap()
|
/frameworks/base/services/core/java/com/android/server/emergency/ |
D | EmergencyAffordanceService.java | 88 int slotId = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/data/ |
D | PhoneSwitcherTest.java | 1727 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/ |
D | TelephonyRegistry.java | 655 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/ |
D | PhoneSwitcher.java | 659 int slotIndex = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX,
|
D | DataNetworkController.java | 455 SubscriptionManager.EXTRA_SLOT_INDEX,
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 610 int slotIndex = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX, in injectSuplInit()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsResolver.java | 272 int slotId = intent.getIntExtra(CarrierConfigManager.EXTRA_SLOT_INDEX,
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorTest.java | 2365 intent.putExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0); in putPhoneInfo()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
D | ImsResolverTest.java | 2228 carrierConfigIntent.putExtra(CarrierConfigManager.EXTRA_SLOT_INDEX, slotId); in sendCarrierConfigChanged()
|
/frameworks/base/telephony/java/android/telephony/ |
D | CarrierConfigManager.java | 77 public static final String EXTRA_SLOT_INDEX = "android.telephony.extra.SLOT_INDEX"; field in CarrierConfigManager
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitor.java | 1950 int slotId = intent.getIntExtra(SubscriptionManager.EXTRA_SLOT_INDEX, 0); in fromIntent()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 43656 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";
|