Home
last modified time | relevance | path

Searched refs:SUBSCRIPTION_KEY (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/telephony/
DDataSubscriptionRepository.kt52 .map { it.getIntExtra(SUBSCRIPTION_KEY, SubscriptionManager.INVALID_SUBSCRIPTION_ID) } in defaultDataSubscriptionIdFlow()
99 @VisibleForTesting const val SUBSCRIPTION_KEY = "subscription" constant
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/network/telephony/
DDataSubscriptionRepositoryTest.kt28 import com.android.settings.network.telephony.DataSubscriptionRepository.Companion.SUBSCRIPTION_KEY in <lambda>()
75 val intent = Intent().apply { putExtra(SUBSCRIPTION_KEY, SUB_ID_10) } in <lambda>()
/packages/services/Telephony/src/com/android/phone/
DMMIDialogActivity.java55 int subId = intent.getIntExtra(PhoneConstants.SUBSCRIPTION_KEY, in onCreate()
DPhoneInterfaceManager.java34 import static com.android.internal.telephony.PhoneConstants.SUBSCRIPTION_KEY;
2663 intent.putExtra(SUBSCRIPTION_KEY, subId); in callForSubscriber()
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmSimStateTracker.java138 int subId = intent.getIntExtra(PhoneConstants.SUBSCRIPTION_KEY, in onReceive()