Home
last modified time | relevance | path

Searched refs:getWalletCards (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/service/quickaccesswallet/
DGetWalletCardsCallbackImpl.java121 if (response.getWalletCards() == null) { in isValidResponse()
129 if (!response.getWalletCards().isEmpty() in isValidResponse()
130 && response.getSelectedIndex() >= response.getWalletCards().size()) { in isValidResponse()
134 if (response.getWalletCards().size() > mRequest.getMaxCards()) { in isValidResponse()
138 for (WalletCard walletCard : response.getWalletCards()) { in isValidResponse()
170 for (WalletCard card : response.getWalletCards()) { in removeLocationsFromResponse()
DQuickAccessWalletClient.java108 void getWalletCards( in getWalletCards() method
115 void getWalletCards( in getWalletCards() method
DGetWalletCardsResponse.java90 public List<WalletCard> getWalletCards() { in getWalletCards() method in GetWalletCardsResponse
DQuickAccessWalletClientImpl.java111 public void getWalletCards( in getWalletCards() method in QuickAccessWalletClientImpl
114 getWalletCards(mContext.getMainExecutor(), request, callback); in getWalletCards()
118 public void getWalletCards( in getWalletCards() method in QuickAccessWalletClientImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
DWalletScreenControllerTest.java152 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton()
176 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton()
201 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_hasCards_showCarousel_activeCard()
227 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
253 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()
278 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
303 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()
325 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_noCards_showEmptyState()
344 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in queryCards_error_showErrorView()
359 verify(mWalletClient).getWalletCards(any(), any(), mCallbackCaptor.capture()); in onKeyguardFadingAwayChanged_queryCards()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DQuickAccessWalletControllerTest.java201 .getWalletCards( in queryWalletCards_walletEnabled_queryCards()
220 .getWalletCards( in queryWalletCards_walletEnabled_queryMultipleCards()
240 verify(mQuickAccessWalletClient, never()).getWalletCards(any(), any(), any()); in queryWalletCards_walletFeatureNotAvailable_noQuery()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletScreenController.java131 List<WalletCard> walletCards = getPaymentCards(response.getWalletCards()); in onWalletCardsRetrieved()
259 mWalletClient.getWalletCards(mExecutor, request, this); in queryWalletCards()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DQuickAccessWalletController.java206 mQuickAccessWalletClient.getWalletCards(mBgExecutor, request, cardsRetriever); in queryWalletCards()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DQuickAccessWalletTile.java229 List<WalletCard> cards = getPaymentCards(response.getWalletCards()); in onWalletCardsRetrieved()
/frameworks/base/core/api/
Dtest-current.txt3154 …method public void getWalletCards(@NonNull android.service.quickaccesswallet.GetWalletCardsRequest…
3155 …method public void getWalletCards(@NonNull java.util.concurrent.Executor, @NonNull android.service…
Dcurrent.txt41421 …thod @NonNull public java.util.List<android.service.quickaccesswallet.WalletCard> getWalletCards();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...