Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardLoaderTest.java147 int configCount = 4; in getCardCount_hasConfiguredCardCount_returnConfiguredCardCount() local
149 ContextualCardLoader.CONTEXTUAL_CARD_COUNT, configCount); in getCardCount_hasConfiguredCardCount_returnConfiguredCardCount() local
151 assertThat(mContextualCardLoader.getCardCount()).isEqualTo(configCount); in getCardCount_hasConfiguredCardCount_returnConfiguredCardCount()
/packages/apps/Camera2/src/com/android/camera/data/
DGlideFilmstripManager.java245 int[] configCount = new int[1]; in computeEglMaxTextureSize() local
247 eglConfigs, 0, 1, configCount, 0); in computeEglMaxTextureSize()
249 if (configCount[0] == 0) { in computeEglMaxTextureSize()