Home
last modified time | relevance | path

Searched refs:getOverflowPopup (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java334 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()
363 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()
391 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_noWalletIntent_showsOnlySettingsInOverflowMenu()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletView.java245 ListPopupWindow getOverflowPopup() { in getOverflowPopup() method in WalletView