Searched refs:shortcutName (Results 1 – 5 of 5) sorted by relevance
92 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local93 if (shortcutName != null) { in getCurrentService()94 return shortcutName.flattenToString(); in getCurrentService()
108 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getDefaultKey() local109 if (shortcutName != null) { in getDefaultKey()110 return shortcutName.flattenToString(); in getDefaultKey()
106 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getDefaultKey() local107 if (shortcutName != null) { in getDefaultKey()108 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() local339 mLauncher.getWorkspace().getWorkspaceAppIcon(shortcutName).launch(getAppPackageName()); in testDragShortcut()