Searched refs:getShortcutLongLabel (Results 1 – 5 of 5) sorted by relevance
242 CharSequence getShortcutLongLabel(); in getShortcutLongLabel() method
349 public CharSequence getShortcutLongLabel() { in getShortcutLongLabel() method in QuickAccessWalletClientImpl350 return mServiceInfo == null ? null : mServiceInfo.getShortcutLongLabel(mContext); in getShortcutLongLabel()
293 CharSequence getShortcutLongLabel(Context context) { in getShortcutLongLabel() method in QuickAccessWalletServiceInfo
119 when(mWalletClient.getShortcutLongLabel()).thenReturn(SHORTCUT_LONG_LABEL); in setUp()430 when(mWalletClient.getShortcutLongLabel()).thenReturn(""); in onWalletCardsRetrieved_cardDataEmpty_labelIsEmpty_hidesWallet()
278 CharSequence label = mWalletClient.getShortcutLongLabel(); in showEmptyStateView()