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