Searched refs:mNumPhones (Results 1 – 1 of 1) sorted by relevance
228 private int mNumPhones; field in TelephonyRegistry449 int oldNumPhones = mNumPhones; in onMultiSimConfigChanged()450 mNumPhones = getTelephonyManager().getActiveModemCount(); in onMultiSimConfigChanged()451 if (oldNumPhones == mNumPhones) return; in onMultiSimConfigChanged()455 + " to " + mNumPhones); in onMultiSimConfigChanged()457 mCallState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()458 mDataActivity = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()459 mDataConnectionState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()460 mDataConnectionNetworkType = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()461 mCallIncomingNumber = copyOf(mCallIncomingNumber, mNumPhones); in onMultiSimConfigChanged()[all …]