Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java172 mViewController.queryWalletCards(); in onDismissed_notifiesClientAndRemotesListener()
184 mViewController.queryWalletCards(); in onDismissed_doesNotTriggerTwice()
199 mViewController.queryWalletCards(); in onDeviceLockStateChanged_unlocked_queriesCards()
213 mViewController.queryWalletCards(); in onDeviceLockStateChanged_calledTwice_onlyQueriesCardsOnce()
237 mViewController.queryWalletCards(); in onDeviceLockStateChanged_unlocked_locked_queriesCardsAndDoesNotHide()
252 mViewController.queryWalletCards(); in queryWalletCards_registersListenerAndRequestsWalletCards()
263 mViewController.queryWalletCards(); in queryWalletCards_onlyRegistersListenerOnce()
264 mViewController.queryWalletCards(); in queryWalletCards_onlyRegistersListenerOnce()
277 mViewController.queryWalletCards(); in queryWalletCards_deviceLocked_cardsAllowedOnLockScreen_queriesCards()
290 mViewController.queryWalletCards(); in queryWalletCards_deviceLocked_cardsNotAllowedOnLockScreen_doesNotQueryCards()
[all …]
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewController.java146 queryWalletCards(); in onDeviceLockStateChanged()
152 void queryWalletCards() { in queryWalletCards() method in WalletPanelViewController
235 queryWalletCards(); in onWalletServiceEvent()
DWalletPluginService.java87 panelViewController.queryWalletCards(); in onPanelShown()