Searched refs:mNumPhones (Results 1 – 1 of 1) sorted by relevance
322 private int mNumPhones; field in TelephonyRegistry675 int oldNumPhones = mNumPhones; in onMultiSimConfigChanged()677 if (oldNumPhones == mNumPhones) return; in onMultiSimConfigChanged()681 + " to " + mNumPhones); in onMultiSimConfigChanged()683 mCallState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()700 mSrvccState = copyOf(mSrvccState, mNumPhones); in onMultiSimConfigChanged()717 mECBMReason = copyOf(mECBMReason, mNumPhones); in onMultiSimConfigChanged()722 if (mNumPhones < oldNumPhones) { in onMultiSimConfigChanged()723 cutListToSize(mCellInfo, mNumPhones); in onMultiSimConfigChanged()726 cutListToSize(mBarringInfo, mNumPhones); in onMultiSimConfigChanged()[all …]