Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDctController.java373 int activePhoneId = -1; in onProcessRequest() local
377 activePhoneId = i; in onProcessRequest()
383 + ", activePhoneId=" + activePhoneId); in onProcessRequest()
385 if (activePhoneId == -1 || activePhoneId == phoneId) { in onProcessRequest()
394 mDcSwitchAsyncChannel[activePhoneId].disconnectAll(); in onProcessRequest()
461 int activePhoneId = -1; in onSettingsChanged() local
464 activePhoneId = i; in onSettingsChanged()
469 int[] subIds = SubscriptionManager.getSubId(activePhoneId); in onSettingsChanged()
471 loge("onSettingsChange, subIds null or length 0 for activePhoneId " + activePhoneId); in onSettingsChanged()
484 logd("[setDataSubId] activePhoneId:" + activePhoneId + ", subId =" + in onSettingsChanged()
[all …]