Searched refs:shortcutName (Results 1 – 6 of 6) sorted by relevance
92 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local93 if (shortcutName != null) { in getCurrentService()94 return shortcutName.flattenToString(); in getCurrentService()
105 final String shortcutName = userShortcutName.toString(); in doCreateShortcut() local106 if (TextUtils.getTrimmedLength(shortcutName) > 0) { in doCreateShortcut()107 mShortcutClickIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, shortcutName); in doCreateShortcut()
106 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getDefaultKey() local107 if (shortcutName != null) { in getDefaultKey()108 return shortcutName.flattenToString(); in getDefaultKey()
108 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getDefaultKey() local109 if (shortcutName != null) { in getDefaultKey()110 return shortcutName.flattenToString(); in getDefaultKey()
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()
336 final String shortcutName = menuItem.getText(); in testDragShortcut() local343 getWorkspaceAppIcon(shortcutName). in testDragShortcut()