Searched refs:mPhoneSubscriptions (Results 1 – 1 of 1) sorted by relevance
194 protected int[] mPhoneSubscriptions; field in PhoneSwitcher487 mPhoneSubscriptions = new int[mActiveModemCount]; in PhoneSwitcher()969 mPhoneSubscriptions = copyOf(mPhoneSubscriptions, mActiveModemCount); in onMultiSimConfigChanged()1182 if (sub != mPhoneSubscriptions[i]) { in onEvaluate()1183 sb.append(" phone[").append(i).append("] ").append(mPhoneSubscriptions[i]); in onEvaluate()1185 if (mAutoSelectedDataSubId == mPhoneSubscriptions[i]) { in onEvaluate()1188 mPhoneSubscriptions[i] = sub; in onEvaluate()1281 log(" phone[" + i + "] using sub[" + mPhoneSubscriptions[i] + "]"); in onEvaluate()1392 ? mPhoneSubscriptions[mPreferredDataPhoneId] : INVALID_SUBSCRIPTION_ID; in phoneIdForRequest()1410 if (mPhoneSubscriptions[i] == subId) { in phoneIdForRequest()[all …]