Searched refs:mNumSlots (Results 1 – 2 of 2) sorted by relevance
435 private int mNumSlots; field in ImsResolver496 if (slotId >= mNumSlots) { in handleMessage()594 mNumSlots = numSlots; in ImsResolver()601 mCarrierServices = new SparseArray<>(mNumSlots); in ImsResolver()608 mBoundImsServicesByFeature = new SparseArray<>(mNumSlots); in ImsResolver()609 mSlotIdToSubIdMap = new SparseIntArray(mNumSlots); in ImsResolver()610 for (int i = 0; i < mNumSlots; i++) { in ImsResolver()709 for (int slotId = 0; slotId < mNumSlots; slotId++) { in bindCarrierServicesIfAvailable()783 if (slotId < 0 || slotId >= mNumSlots) { in getImsServiceControllers()825 if (slotId < 0 || slotId >= mNumSlots) { in clearCarrierImsServiceConfiguration()[all …]
381 private final int mNumSlots; field in OomAdjuster521 mNumSlots = ((CACHED_APP_MAX_ADJ - CACHED_APP_MIN_ADJ + 1) >> 1) in OomAdjuster()1181 ? (mNumCachedHiddenProcs + mNumSlots - 1) : 1) in assignCachedAdjIfNecessary()1182 / mNumSlots; in assignCachedAdjIfNecessary()1185 int emptyFactor = (numEmptyProcs + mNumSlots - 1) / mNumSlots; in assignCachedAdjIfNecessary()