Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/quickaccesswallet/
DQuickAccessWalletClient.java242 CharSequence getShortcutLongLabel(); in getShortcutLongLabel() method
DQuickAccessWalletClientImpl.java349 public CharSequence getShortcutLongLabel() { in getShortcutLongLabel() method in QuickAccessWalletClientImpl
350 return mServiceInfo == null ? null : mServiceInfo.getShortcutLongLabel(mContext); in getShortcutLongLabel()
DQuickAccessWalletServiceInfo.java293 CharSequence getShortcutLongLabel(Context context) { in getShortcutLongLabel() method in QuickAccessWalletServiceInfo
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
DWalletScreenControllerTest.java119 when(mWalletClient.getShortcutLongLabel()).thenReturn(SHORTCUT_LONG_LABEL); in setUp()
430 when(mWalletClient.getShortcutLongLabel()).thenReturn(""); in onWalletCardsRetrieved_cardDataEmpty_labelIsEmpty_hidesWallet()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletScreenController.java278 CharSequence label = mWalletClient.getShortcutLongLabel(); in showEmptyStateView()