Searched refs:cutListToSize (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | TelephonyRegistry.java | 723 cutListToSize(mCellInfo, mNumPhones); in onMultiSimConfigChanged() 724 cutListToSize(mImsReasonInfo, mNumPhones); in onMultiSimConfigChanged() 725 cutListToSize(mPreciseDataConnectionStates, mNumPhones); in onMultiSimConfigChanged() 726 cutListToSize(mBarringInfo, mNumPhones); in onMultiSimConfigChanged() 727 cutListToSize(mPhysicalChannelConfigs, mNumPhones); in onMultiSimConfigChanged() 728 cutListToSize(mLinkCapacityEstimateLists, mNumPhones); in onMultiSimConfigChanged() 729 cutListToSize(mCarrierPrivilegeStates, mNumPhones); in onMultiSimConfigChanged() 730 cutListToSize(mCarrierServiceStates, mNumPhones); in onMultiSimConfigChanged() 731 cutListToSize(mCallStateLists, mNumPhones); in onMultiSimConfigChanged() 732 cutListToSize(mMediaQualityStatus, mNumPhones); in onMultiSimConfigChanged() [all …]
|