Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DQuickAccessWalletServiceInfo.java144 private final CharSequence mShortcutShortLabel; field in QuickAccessWalletServiceInfo.ServiceMetadata
159 mShortcutShortLabel = shortcutShortLabel; in ServiceMetadata()
256 if (!TextUtils.isEmpty(mServiceMetadata.mShortcutShortLabel)) { in getShortcutShortLabel()
257 return mServiceMetadata.mShortcutShortLabel; in getShortcutShortLabel()