Searched refs:numSlots (Results 1 – 2 of 2) sorted by relevance
114 Integer numSlots = (Integer) result.result;115 if (numSlots == null) {119 updateFeatureControllerSize(numSlots);128 public TelephonyRcsService(Context context, int numSlots) { in TelephonyRcsService() argument130 mNumSlots = numSlots; in TelephonyRcsService()131 mFeatureControllers = new SparseArray<>(numSlots); in TelephonyRcsService()
233 private TelephonyRcsService createRcsService(int numSlots) { in createRcsService() argument234 TelephonyRcsService service = new TelephonyRcsService(mContext, numSlots); in createRcsService()