Home
last modified time | relevance | path

Searched refs:mMaxNumBackingStore (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DGenerationRegistry.java76 private final int mMaxNumBackingStore; field in GenerationRegistry
85 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()