Searched refs:getShortcutLongLabel (Results 1 – 7 of 7) sorted by relevance
214 CharSequence getShortcutLongLabel(); in getShortcutLongLabel() method
329 public CharSequence getShortcutLongLabel() { in getShortcutLongLabel() method in QuickAccessWalletClientImpl330 return mServiceInfo == null ? null : mServiceInfo.getShortcutLongLabel(mContext); in getShortcutLongLabel()
263 CharSequence getShortcutLongLabel(Context context) { in getShortcutLongLabel() method in QuickAccessWalletServiceInfo
112 when(mWalletClient.getShortcutLongLabel()).thenReturn(SHORTCUT_LONG_LABEL); in setUp()422 when(mWalletClient.getShortcutLongLabel()).thenReturn(""); in onWalletCardsRetrieved_cardDataEmpty_labelIsEmpty_hidesWallet()
296 CharSequence label = mWalletClient.getShortcutLongLabel(); in showEmptyStateView()
267 CharSequence label = mWalletClient.getShortcutLongLabel(); in showEmptyStateView()
118 when(mWalletClient.getShortcutLongLabel()).thenReturn(SHORTCUT_LONG_LABEL); in setUp()491 when(mWalletClient.getShortcutLongLabel()).thenReturn(null); in onWalletCardsRetrieved_cardDataEmpty_labelIsNull_hidesWallet()