Home
last modified time | relevance | path

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

/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java175 mViewController.queryWalletCards(); in onDismissed_notifiesClientAndRemotesListener()
187 mViewController.queryWalletCards(); in onDismissed_doesNotTriggerTwice()
202 mViewController.queryWalletCards(); in onDeviceLockStateChanged_unlocked_queriesCards()
216 mViewController.queryWalletCards(); in onDeviceLockStateChanged_calledTwice_onlyQueriesCardsOnce()
240 mViewController.queryWalletCards(); in onDeviceLockStateChanged_unlocked_locked_queriesCardsAndDoesNotHide()
255 mViewController.queryWalletCards(); in queryWalletCards_registersListenerAndRequestsWalletCards()
266 mViewController.queryWalletCards(); in queryWalletCards_onlyRegistersListenerOnce()
267 mViewController.queryWalletCards(); in queryWalletCards_onlyRegistersListenerOnce()
280 mViewController.queryWalletCards(); in queryWalletCards_deviceLocked_cardsAllowedOnLockScreen_queriesCards()
293 mViewController.queryWalletCards(); in queryWalletCards_deviceLocked_cardsNotAllowedOnLockScreen_doesNotQueryCards()
[all …]
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
H A DQuickAccessWalletControllerTest.java136 mController.queryWalletCards(mCardsRetriever); in queryWalletCards_avoidStale_recreateClient()
143 mController.queryWalletCards(mCardsRetriever); in queryWalletCards_avoidStale_recreateClient()
150 mController.queryWalletCards(mCardsRetriever); in queryWalletCards_walletEnabled_queryCards()
172 mController.queryWalletCards(mCardsRetriever); in queryWalletCards_walletFeatureNotAvailable_noQuery()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java142 mController.queryWalletCards(); in queryCards_deviceLocked_udfpsEnabled_hideUnlockButton()
166 mController.queryWalletCards(); in queryCards_deviceLocked_udfpsNotEnabled_showUnlockButton()
191 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_activeCard()
217 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_pendingActivationCard_parseLabel()
243 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_badCard_parseLabel_notCrash()
268 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_badCard_noLabel_notCrash()
293 mController.queryWalletCards(); in queryCards_hasCards_showCarousel_invalidSelectedIndex_notCrash()
315 mController.queryWalletCards(); in queryCards_noCards_showEmptyState()
333 mController.queryWalletCards(); in queryCards_error_showErrorView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletActivity.java144 mWalletScreenController.queryWalletCards(); in onCreate()
207 mWalletScreenController.queryWalletCards(); in onResume()
244 mWalletScreenController.queryWalletCards(); in onWalletServiceEvent()
H A DWalletScreenController.java175 queryWalletCards(); in onKeyguardFadingAwayChanged()
180 queryWalletCards(); in onUnlockedChanged()
230 public void queryWalletCards() { in queryWalletCards() method in WalletScreenController
H A DWalletCardCarousel.java97 void queryWalletCards(); in queryWalletCards() method
144 mSelectionListener.queryWalletCards(); in setExpectedViewWidth()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
H A DQuickAccessWalletController.java152 public void queryWalletCards( in queryWalletCards() method in QuickAccessWalletController
190 queryWalletCards(cardsRetriever); in setupDefaultPaymentAppObserver()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java145 queryWalletCards(); in onDeviceLockStateChanged()
151 void queryWalletCards() { in queryWalletCards() method in WalletPanelViewController
234 queryWalletCards(); in onWalletServiceEvent()
H A DWalletPluginService.java87 panelViewController.queryWalletCards(); in onPanelShown()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTileTest.java306 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in testHandleUpdateState_walletIsUpdating()
407 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in testHandleSetListening_queryCards()
435 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in testQueryCards_error_notUpdateSideViewDrawable()
459 verify(mController).queryWalletCards(mCallbackCaptor.capture()); in setUpWalletCard()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTile.java119 mController.queryWalletCards(mCardRetriever); in handleSetListening()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java782 mQuickAccessWalletController.queryWalletCards(mCardRetriever); in onKeyguardShowingChanged()
1045 mQuickAccessWalletController.queryWalletCards(mCardRetriever); in initWallet()