Searched refs:MIN_NUM_BACKING_STORE (Results 1 – 2 of 2) sorted by relevance
72 static final int MIN_NUM_BACKING_STORE = 8; field in GenerationRegistry85 mMaxNumBackingStore = Math.min(Math.max(maxNumUsers * 2 + 2, MIN_NUM_BACKING_STORE), in GenerationRegistry()
196 GenerationRegistry.MIN_NUM_BACKING_STORE); in testNumberOfBackingStores()