Searched refs:onWalletCardsRetrieved (Results 1 – 11 of 11) sorted by relevance
159 callback.onWalletCardsRetrieved(response); in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton()183 callback.onWalletCardsRetrieved(response); in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton()208 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_activeCard()234 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()260 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()285 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()310 callback.onWalletCardsRetrieved(response); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()411 mController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_intentIsNull_hidesWallet()422 mController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_logoIsNull_hidesWallet()433 mController.onWalletCardsRetrieved(response); in onWalletCardsRetrieved_cardDataEmpty_labelIsEmpty_hidesWallet()[all …]
63 override fun onWalletCardsRetrieved(response: GetWalletCardsResponse) {137 override fun onWalletCardsRetrieved(response: GetWalletCardsResponse) {
293 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in testHandleUpdateState_walletIsUpdating()406 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in testQueryCards_notCurrentUser_hasCards_noSideViewDrawable()476 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in setUpWalletCardWithType()491 mCallbackCaptor.getValue().onWalletCardsRetrieved(response); in setUpWalletCard()
124 void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response); in onWalletCardsRetrieved() method
131 executor.execute(() -> callback.onWalletCardsRetrieved(response)); in getWalletCards()
71 override fun onWalletCardsRetrieved(
225 onWalletCardsRetrieved(GetWalletCardsResponse(cards, 0))
240 onWalletCardsRetrieved(
211 public void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in QuickAccessWalletTile.WalletCardRetriever
126 public void onWalletCardsRetrieved(@NonNull GetWalletCardsResponse response) { in onWalletCardsRetrieved() method in WalletScreenController
2991 …method public void onWalletCardsRetrieved(@NonNull android.service.quickaccesswallet.GetWalletCard…