Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
H A DContextualCardManagerTest.java490 final List<ContextualCard> result = mManager.getCardsWithViewType(noSuggestionCards); in getCardsWithViewType_noSuggestionCards_shouldNotHaveHalfCards()
510 final List<ContextualCard> result = mManager.getCardsWithViewType(oneSuggestionCards); in getCardsWithViewType_oneSuggestionCards_shouldNotHaveHalfCards()
533 final List<ContextualCard> result = mManager.getCardsWithViewType( in getCardsWithViewType_twoConsecutiveSuggestionCards_shouldHaveTwoHalfCards()
554 final List<ContextualCard> result = mManager.getCardsWithViewType( in getCardsWithViewType_twoNonConsecutiveSuggestionCards_shouldNotHaveHalfCards()
578 final List<ContextualCard> result = mManager.getCardsWithViewType( in getCardsWithViewType_threeConsecutiveSuggestionCards_shouldHaveTwoHalfCards()
602 final List<ContextualCard> result = mManager.getCardsWithViewType( in getCardsWithViewType_fourConsecutiveSuggestionCards_shouldHaveFourHalfCards()
622 final List<ContextualCard> result = mManager.getCardsWithViewType(cardListWithWifi); in getCardsWithViewType_hasOneStickySlice_shouldHaveOneStickyCard()
/aosp12/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
H A DContextualCardManager.java221 mContextualCards.addAll(getCardsWithViewType(sortedCards)); in onContextualCardUpdated()
323 List<ContextualCard> getCardsWithViewType(List<ContextualCard> cards) { in getCardsWithViewType() method in ContextualCardManager