Home
last modified time | relevance | path

Searched refs:getShortcutLongLabel (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java214 CharSequence getShortcutLongLabel(); in getShortcutLongLabel() method
H A DQuickAccessWalletClientImpl.java329 public CharSequence getShortcutLongLabel() { in getShortcutLongLabel() method in QuickAccessWalletClientImpl
330 return mServiceInfo == null ? null : mServiceInfo.getShortcutLongLabel(mContext); in getShortcutLongLabel()
H A DQuickAccessWalletServiceInfo.java263 CharSequence getShortcutLongLabel(Context context) { in getShortcutLongLabel() method in QuickAccessWalletServiceInfo
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java112 when(mWalletClient.getShortcutLongLabel()).thenReturn(SHORTCUT_LONG_LABEL); in setUp()
422 when(mWalletClient.getShortcutLongLabel()).thenReturn(""); in onWalletCardsRetrieved_cardDataEmpty_labelIsEmpty_hidesWallet()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewController.java296 CharSequence label = mWalletClient.getShortcutLongLabel(); in showEmptyStateView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletScreenController.java267 CharSequence label = mWalletClient.getShortcutLongLabel(); in showEmptyStateView()
/aosp12/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletPanelViewControllerTest.java118 when(mWalletClient.getShortcutLongLabel()).thenReturn(SHORTCUT_LONG_LABEL); in setUp()
491 when(mWalletClient.getShortcutLongLabel()).thenReturn(null); in onWalletCardsRetrieved_cardDataEmpty_labelIsNull_hidesWallet()