Home
last modified time | relevance | path

Searched refs:getShortcutShortLabel (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java204 CharSequence getShortcutShortLabel(); in getShortcutShortLabel() method
H A DQuickAccessWalletClientImpl.java324 public CharSequence getShortcutShortLabel() { in getShortcutShortLabel() method in QuickAccessWalletClientImpl
325 return mServiceInfo == null ? null : mServiceInfo.getShortcutShortLabel(mContext); in getShortcutShortLabel()
H A DQuickAccessWalletServiceInfo.java255 CharSequence getShortcutShortLabel(Context context) { in getShortcutShortLabel() method in QuickAccessWalletServiceInfo
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java280 CharSequence walletLabel = mWalletClient.getShortcutShortLabel(); in getOverflowItems()
/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java119 when(mWalletClient.getShortcutShortLabel()).thenReturn(SHORTCUT_SHORT_LABEL); in setUp()
352 when(mWalletClient.getShortcutShortLabel()).thenReturn(null); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java113 when(mWalletClient.getShortcutShortLabel()).thenReturn(SHORTCUT_SHORT_LABEL); in setUp()