Home
last modified time | relevance | path

Searched refs:setCardType (Results 1 – 20 of 20) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardLoaderTest.java158 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
163 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
169 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
174 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
180 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
186 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
192 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
DContextualCardManagerTest.java364 .setCardType(ContextualCard.CardType.SLICE) in onFinishCardLoading_hasSavedCard_shouldOnlyShowSavedCard()
390 .setCardType(ContextualCard.CardType.SLICE) in onFinishCardLoading_reloadData_hasNewCard_shouldOnlyShowOldCard()
643 .setCardType(ContextualCard.CardType.SLICE) in buildContextualCard()
652 .setCardType(ContextualCard.CardType.SLICE) in buildContextualCard()
673 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
679 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
686 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
692 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
699 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
DContextualCardsAdapterTest.java153 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
159 .setCardType(ContextualCard.CardType.SLICE) in getContextualCardList()
169 .setCardType(ContextualCard.CardType.SLICE) in buildContextualCard()
DEligibleCardCheckerTest.java90 .setCardType(ContextualCard.CardType.SLICE) in isCardEligibleToDisplay_invalidRankingScore_returnFalse()
132 .setCardType(ContextualCard.CardType.SLICE) in getContextualCard()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/
DContextualCard.java164 mBuilder.setCardType(mCardType); in ContextualCard()
244 public Builder setCardType(int cardType) { in setCardType() method in ContextualCard.Builder
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/conditional/
DConditionFooterContextualCard.java41 public Builder setCardType(int cardType) { in setCardType() method in ConditionFooterContextualCard.Builder
DConditionalContextualCard.java85 public Builder setCardType(int cardType) { in setCardType() method in ConditionalContextualCard.Builder
DConditionHeaderContextualCard.java79 public Builder setCardType(int cardType) { in setCardType() method in ConditionHeaderContextualCard.Builder
/packages/apps/Settings/tests/unit/src/com/android/settings/homepage/contextualcards/conditional/
DConditionHeaderContextualCardTest.java34 .setCardType(ContextualCard.CardType.LEGACY_SUGGESTION) in newInstance_changeCardType_shouldCrash()
DConditionFooterContextualCardTest.java34 .setCardType(ContextualCard.CardType.LEGACY_SUGGESTION) in newInstance_changeCardType_shouldCrash()
DConditionalContextualCardTest.java37 .setCardType(ContextualCard.CardType.LEGACY_SUGGESTION) in newInstance_changeCardType_shouldCrash()
/packages/apps/Settings/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCard.java64 public Builder setCardType(int cardType) { in setCardType() method in LegacySuggestionContextualCard.Builder
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/legacysuggestion/
DLegacySuggestionContextualCardTest.java38 .setCardType(ContextualCard.CardType.CONDITIONAL) in newInstance_changeCardType_shouldCrash()
/packages/apps/Settings/tests/legacy_unit/src/com/android/settings/homepage/contextualcards/
DContextualCardLoaderTest.java90 .setCardType(ContextualCard.CardType.SLICE) in getContextualCard()
/packages/apps/Settings/tests/unit/src/com/android/settings/homepage/contextualcards/
DContextualCardsDiffCallbackTest.java111 .setCardType(ContextualCard.CardType.SLICE) in getContextualCard()
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/slices/
DSliceHalfCardRendererHelperTest.java96 .setCardType(ContextualCard.CardType.SLICE) in buildContextualCard()
DSliceFullCardRendererHelperTest.java126 .setCardType(ContextualCard.CardType.SLICE) in buildContextualCard()
DSliceContextualCardControllerTest.java194 .setCardType(ContextualCard.CardType.SLICE) in getTestSliceCard()
DSliceContextualCardRendererTest.java291 .setCardType(ContextualCard.CardType.SLICE) in buildContextualCard()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DRecordingCardView.java87 setCardType(BaseCardView.CARD_TYPE_INFO_UNDER_WITH_EXTRA); in RecordingCardView()