Searched refs:mNumPhones (Results 1 – 1 of 1) sorted by relevance
323 private int mNumPhones; field in TelephonyRegistry682 int oldNumPhones = mNumPhones; in onMultiSimConfigChanged()683 mNumPhones = getTelephonyManager().getActiveModemCount(); in onMultiSimConfigChanged()684 if (oldNumPhones == mNumPhones) return; in onMultiSimConfigChanged()688 + " to " + mNumPhones); in onMultiSimConfigChanged()690 mCallState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()691 mDataActivity = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()692 mDataConnectionState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()693 mDataConnectionNetworkType = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()694 mCallIncomingNumber = copyOf(mCallIncomingNumber, mNumPhones); in onMultiSimConfigChanged()[all …]