Searched refs:getCardControllerClass (Results 1 – 5 of 5) sorted by relevance
56 assertThat(ContextualCardLookupTable.getCardControllerClass(mapping.mCardType)) in getCardControllerClass_hasSupportedCardType_shouldGetCorrespondingController()63 assertThat(ContextualCardLookupTable.getCardControllerClass(UNSUPPORTED_CARD_TYPE)) in getCardControllerClass_hasUnsupportedCardType_shouldAlwaysGetNull()
57 ContextualCardLookupTable.getCardControllerClass(cardType); in getController()
104 public static Class<? extends ContextualCardController> getCardControllerClass( in getCardControllerClass() method in ContextualCardLookupTable