Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletClient.java232 CharSequence getShortcutShortLabel(); in getShortcutShortLabel() method
H A DQuickAccessWalletClientImpl.java344 public CharSequence getShortcutShortLabel() { in getShortcutShortLabel() method in QuickAccessWalletClientImpl
345 return mServiceInfo == null ? null : mServiceInfo.getShortcutShortLabel(mContext); in getShortcutShortLabel()
H A DQuickAccessWalletServiceInfo.java255 CharSequence getShortcutShortLabel(Context context) { in getShortcutShortLabel() method in QuickAccessWalletServiceInfo
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/ui/
H A DWalletScreenControllerTest.java120 when(mWalletClient.getShortcutShortLabel()).thenReturn(SHORTCUT_SHORT_LABEL); in setUp()