Lines Matching refs:subId
152 int subId = intent.getExtras().getInt(PhoneConstants.SUBSCRIPTION_KEY); in onHandleIntent() local
166 subId, SubscriptionManager.CB_EMERGENCY_ALERT, true, this); in onHandleIntent()
175 SubscriptionManager.getBooleanSubscriptionProperty(subId, in onHandleIntent()
182 CellBroadcastSettings.isEtwsCmasTestMessageForcedDisabled(this, subId); in onHandleIntent()
186 subId, SubscriptionManager.CB_ETWS_TEST_ALERT, false, this); in onHandleIntent()
189 .getBooleanSubscriptionProperty(subId, in onHandleIntent()
193 subId, SubscriptionManager.CB_SEVERE_THREAT_ALERT, true, this); in onHandleIntent()
196 subId, SubscriptionManager.CB_AMBER_ALERT, true, this); in onHandleIntent()
200 subId, SubscriptionManager.CB_CMAS_TEST_ALERT, false, this); in onHandleIntent()
221 boolean isCdma = CellBroadcastReceiver.phoneIsCdma(subId); in onHandleIntent()
223 SmsManager manager = SmsManager.getSmsManagerForSubscriptionId(subId); in onHandleIntent()