Home
last modified time | relevance | path

Searched refs:shortcutName (Results 1 – 7 of 7) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DShortcutNameActivity.java105 final String shortcutName = userShortcutName.toString(); in doCreateShortcut() local
106 if (TextUtils.getTrimmedLength(shortcutName) > 0) { in doCreateShortcut()
107 mShortcutClickIntent.putExtra(Intent.EXTRA_SHORTCUT_NAME, shortcutName); in doCreateShortcut()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
DAccessibilityShortcutFragment.java90 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local
91 if (shortcutName != null) { in getCurrentService()
92 return shortcutName.flattenToString(); in getCurrentService()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DShortcutsToHomeTest.java70 String shortcutName = shortcut.getText(); in performTest() local
75 mDevice.findObject(By.text(shortcutName)).click(); in performTest()
78 .text(shortcutName)), DEFAULT_UI_TIMEOUT)); in performTest()
/packages/apps/Settings/src/com/android/settings/accessibility/
DShortcutServicePickerFragment.java81 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getDefaultKey() local
82 if (shortcutName != null) { in getDefaultKey()
83 return shortcutName.flattenToString(); in getDefaultKey()
/packages/apps/Contacts/src/com/android/contacts/
DShortcutIntentBuilder.java319 final String shortcutName; in createPhoneNumberShortcutIntent() local
329 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()
/packages/apps/Launcher2/src/com/android/launcher2/
DInstallShortcutReceiver.java166 public PendingInstallShortcutInfo(Intent rawData, String shortcutName, in PendingInstallShortcutInfo() argument
169 name = shortcutName; in PendingInstallShortcutInfo()
DLauncher.java1909 String shortcutName = intent.getStringExtra(Intent.EXTRA_SHORTCUT_NAME); in processShortcut() local
1911 if (applicationName != null && applicationName.equals(shortcutName)) { in processShortcut()