/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/ |
H A D | WalletPanelViewControllerTest.java | 175 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 D | QuickAccessWalletControllerTest.java | 136 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 D | WalletScreenControllerTest.java | 142 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 D | WalletActivity.java | 144 mWalletScreenController.queryWalletCards(); in onCreate() 207 mWalletScreenController.queryWalletCards(); in onResume() 244 mWalletScreenController.queryWalletCards(); in onWalletServiceEvent()
|
H A D | WalletScreenController.java | 175 queryWalletCards(); in onKeyguardFadingAwayChanged() 180 queryWalletCards(); in onUnlockedChanged() 230 public void queryWalletCards() { in queryWalletCards() method in WalletScreenController
|
H A D | WalletCardCarousel.java | 97 void queryWalletCards(); in queryWalletCards() method 144 mSelectionListener.queryWalletCards(); in setExpectedViewWidth()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/ |
H A D | QuickAccessWalletController.java | 152 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 D | WalletPanelViewController.java | 145 queryWalletCards(); in onDeviceLockStateChanged() 151 void queryWalletCards() { in queryWalletCards() method in WalletPanelViewController 234 queryWalletCards(); in onWalletServiceEvent()
|
H A D | WalletPluginService.java | 87 panelViewController.queryWalletCards(); in onPanelShown()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/ |
H A D | QuickAccessWalletTileTest.java | 306 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 D | QuickAccessWalletTile.java | 119 mController.queryWalletCards(mCardRetriever); in handleSetListening()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | KeyguardBottomAreaView.java | 782 mQuickAccessWalletController.queryWalletCards(mCardRetriever); in onKeyguardShowingChanged() 1045 mQuickAccessWalletController.queryWalletCards(mCardRetriever); in initWallet()
|