Searched refs:mCardType (Results 1 – 4 of 4) sorted by relevance
56 private final int mCardType; field in ContextualCard77 return mCardType; in getCardType()143 mCardType = builder.mCardType; in ContextualCard()163 mCardType = c.getInt(c.getColumnIndex(CardDatabaseHelper.CardColumns.TYPE)); in ContextualCard()164 mBuilder.setCardType(mCardType); in ContextualCard()183 mViewType = getViewTypeByCardType(mCardType); in ContextualCard()223 private int mCardType; field in ContextualCard.Builder245 mCardType = cardType; in setCardType()
44 final int mCardType; field in ContextualCardLookupTable.ControllerRendererMapping52 mCardType = cardType; in ControllerRendererMapping()60 return Comparator.comparingInt((ControllerRendererMapping mapping) -> mapping.mCardType) in compareTo()104 if (mapping.mCardType == cardType) { in getCardControllerClass()
83 mPool.getController(mContext, mapping.mCardType).getClass()).isEqualTo( in getController_hasSupportedCardType_shouldReturnCorrespondingController()93 mapping -> mPool.getController(mContext, mapping.mCardType)); in getController_hasSupportedCardType_shouldHaveTwoControllersInPool()
59 assertThat(ContextualCardLookupTable.getCardControllerClass(mapping.mCardType)) in getCardControllerClass_hasSupportedCardType_shouldGetCorrespondingController()