Searched refs:getShortcutShortLabel (Results 1 – 6 of 6) sorted by relevance
204 CharSequence getShortcutShortLabel(); in getShortcutShortLabel() method
324 public CharSequence getShortcutShortLabel() { in getShortcutShortLabel() method in QuickAccessWalletClientImpl325 return mServiceInfo == null ? null : mServiceInfo.getShortcutShortLabel(mContext); in getShortcutShortLabel()
255 CharSequence getShortcutShortLabel(Context context) { in getShortcutShortLabel() method in QuickAccessWalletServiceInfo
280 CharSequence walletLabel = mWalletClient.getShortcutShortLabel(); in getOverflowItems()
119 when(mWalletClient.getShortcutShortLabel()).thenReturn(SHORTCUT_SHORT_LABEL); in setUp()352 when(mWalletClient.getShortcutShortLabel()).thenReturn(null); in onWalletCardsRetrieved_noShortLabel_showsOnlySettingsInOverflowMenu()
113 when(mWalletClient.getShortcutShortLabel()).thenReturn(SHORTCUT_SHORT_LABEL); in setUp()