Home
last modified time | relevance | path

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

/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DWalletPanelViewControllerTest.java331 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_showsOverflowButton_startWalletActivity()
360 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()
388 ListPopupWindow popupWindow = walletView.getOverflowPopup(); in onWalletCardsRetrieved_noWalletIntent_showsOnlySettingsInOverflowMenu()
/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
DWalletView.java245 ListPopupWindow getOverflowPopup() { in getOverflowPopup() method in WalletView