Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
DAccessibilityShortcutFragment.java92 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local
93 if (shortcutName != null) { in getCurrentService()
94 return shortcutName.flattenToString(); in getCurrentService()
/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/Settings/src/com/android/settings/accessibility/
DShortcutServicePickerFragment.java106 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getDefaultKey() local
107 if (shortcutName != null) { in getDefaultKey()
108 return shortcutName.flattenToString(); in getDefaultKey()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DShortcutServicePickerFragment.java108 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getDefaultKey() local
109 if (shortcutName != null) { in getDefaultKey()
110 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/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java336 final String shortcutName = menuItem.getText(); in testDragShortcut() local
343 getWorkspaceAppIcon(shortcutName). in testDragShortcut()