Searched defs:mPhoneSubscriptions (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSwitcher.java70 private final int[] mPhoneSubscriptions; field in class:PhoneSwitcher
94 mPhoneSubscriptions = null;
111 mPhoneSubscriptions = new int[numPhones];
288 if (sub != mPhoneSubscriptions[i]) {
289 sb.append(" phone[").append(i).append("] ").append(mPhoneSubscriptions[i]);
291 mPhoneSubscriptions[i] = sub;
312 log(" phone[" + i + "] using sub[" + mPhoneSubscriptions[i] + "]");
383 if (mPhoneSubscriptions[i] == subId) {

Completed in 65 milliseconds