Searched refs:shortcutName (Results 1 – 4 of 4) sorted by relevance
120 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local121 if (shortcutName != null) { in getCurrentService()122 return shortcutName.flattenToString(); in getCurrentService()
177 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local178 if (shortcutName != null) { in getCurrentService()179 return shortcutName.flattenToString(); in getCurrentService()
319 final String shortcutName; in createPhoneNumberShortcutIntent() local329 shortcutName = mContext.getResources() in createPhoneNumberShortcutIntent()335 shortcutName = mContext.getResources().getString(R.string.sms_by_shortcut, displayName); in createPhoneNumberShortcutIntent()364 intent.putExtra(Intent.EXTRA_SHORTCUT_NAME, shortcutName); in createPhoneNumberShortcutIntent()
177 String shortcutName, String parentLabel, String shortcutId, boolean demoted) { in conversationChannel() argument182 shortcutName).build(); in conversationChannel()