Home
last modified time | relevance | path

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

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