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()
45 final int mCardType; field in ContextualCardLookupTable.ControllerRendererMapping53 mCardType = cardType; in ControllerRendererMapping()61 return Comparator.comparingInt((ControllerRendererMapping mapping) -> mapping.mCardType) in compareTo()107 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()
57 assertThat(ContextualCardLookupTable.getCardControllerClass(mapping.mCardType)) in getCardControllerClass_hasSupportedCardType_shouldGetCorrespondingController()