Searched refs:onWalletCardsRetrieved (Results 1 – 2 of 2) sorted by relevance
139 mViewController.onWalletCardsRetrieved(response); in init_showsEmptyStateViewIfCardsNotReturnedLastTime()157 mViewController.onWalletCardsRetrieved(response); in init_doesNotShowEmptyStateViewIfCardsReturnedLastTime()304 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_showsCards()323 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()356 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()385 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_noWalletIntent_showsOnlySettingsInOverflowMenu()408 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_dismissed_doesNotShowCards()440 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_showsEmptyState()469 mViewController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_intentIsNull_hidesWallet()480 mViewController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_logoIsNull_hidesWallet()[all …]
180 public void onWalletCardsRetrieved(GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in WalletPanelViewController