Searched refs:numSlots (Results 1 – 2 of 2) sorted by relevance
146 Integer numSlots = (Integer) result.result;147 if (numSlots == null) {151 updateFeatureControllerSize(numSlots);160 public TelephonyRcsService(Context context, int numSlots) { in TelephonyRcsService() argument162 mNumSlots = numSlots; in TelephonyRcsService()163 mFeatureControllers = new SparseArray<>(numSlots); in TelephonyRcsService()164 mSlotToAssociatedSubIds = new SparseArray<>(numSlots); in TelephonyRcsService()169 public TelephonyRcsService(Context context, int numSlots, ResourceProxy resourceProxy) { in TelephonyRcsService() argument171 mNumSlots = numSlots; in TelephonyRcsService()172 mFeatureControllers = new SparseArray<>(numSlots); in TelephonyRcsService()[all …]
351 private TelephonyRcsService createRcsService(int numSlots) { in createRcsService() argument352 TelephonyRcsService service = new TelephonyRcsService(mContext, numSlots, mResourceProxy); in createRcsService()