Searched refs:getShortcutShortLabel (Results 1 – 4 of 4) sorted by relevance
232 CharSequence getShortcutShortLabel(); in getShortcutShortLabel() method
344 public CharSequence getShortcutShortLabel() { in getShortcutShortLabel() method in QuickAccessWalletClientImpl345 return mServiceInfo == null ? null : mServiceInfo.getShortcutShortLabel(mContext); in getShortcutShortLabel()
285 CharSequence getShortcutShortLabel(Context context) { in getShortcutShortLabel() method in QuickAccessWalletServiceInfo
120 when(mWalletClient.getShortcutShortLabel()).thenReturn(SHORTCUT_SHORT_LABEL); in setUp()