Searched refs:shortcutName (Results 1 – 7 of 7) sorted by relevance
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()
90 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local91 if (shortcutName != null) { in getCurrentService()92 return shortcutName.flattenToString(); in getCurrentService()
70 String shortcutName = shortcut.getText(); in performTest() local75 mDevice.findObject(By.text(shortcutName)).click(); in performTest()78 .text(shortcutName)), DEFAULT_UI_TIMEOUT)); in performTest()
81 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getDefaultKey() local82 if (shortcutName != null) { in getDefaultKey()83 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()
166 public PendingInstallShortcutInfo(Intent rawData, String shortcutName, in PendingInstallShortcutInfo() argument169 name = shortcutName; in PendingInstallShortcutInfo()
1909 String shortcutName = intent.getStringExtra(Intent.EXTRA_SHORTCUT_NAME); in processShortcut() local1911 if (applicationName != null && applicationName.equals(shortcutName)) { in processShortcut()