Searched refs:mMaxNumBackingStore (Results 1 – 1 of 1) sorted by relevance
76 private final int mMaxNumBackingStore; field in GenerationRegistry85 mMaxNumBackingStore = Math.min(Math.max(maxNumUsers * 2 + 2, MIN_NUM_BACKING_STORE), in GenerationRegistry()215 if (mNumBackingStore >= mMaxNumBackingStore) { in getBackingStoreLocked()298 return mMaxNumBackingStore; in getMaxNumBackingStores()