Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsProvider/test/src/com/android/providers/settings/
DGenerationRegistryTest.java116 for (int i = 0; i < generationRegistry.getMaxNumBackingStores(); i++) { in testMaxNumBackingStores()
124 generationRegistry.getMaxNumBackingStores() + 1); in testMaxNumBackingStores()
195 assertThat(generationRegistry.getMaxNumBackingStores()).isEqualTo( in testNumberOfBackingStores()
199 assertThat(generationRegistry.getMaxNumBackingStores()).isEqualTo( in testNumberOfBackingStores()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DGenerationRegistry.java297 int getMaxNumBackingStores() { in getMaxNumBackingStores() method in GenerationRegistry
305 proto.write(GenerationRegistryProto.NUM_MAX_BACKING_STORES, getMaxNumBackingStores()); in dumpProto()
348 pw.println("Maximum number of backing stores:" + getMaxNumBackingStores()); in dump()