Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
H A DContextualCardManager.java77 static final long CARD_CONTENT_LOADER_TIMEOUT_MS = DateUtils.SECOND_IN_MILLIS; field in ContextualCardManager
337 KEY_GLOBAL_CARD_LOADER_TIMEOUT, CARD_CONTENT_LOADER_TIMEOUT_MS); in getCardLoaderTimeout()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
H A DContextualCardManagerTest.java295 assertThat(timeout).isEqualTo(ContextualCardManager.CARD_CONTENT_LOADER_TIMEOUT_MS); in getCardLoaderTimeout_noConfiguredTimeout_shouldReturnDefaultTimeout()