Home
last modified time | relevance | path

Searched refs:shortcutName (Results 1 – 5 of 5) 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/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/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/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
339 mLauncher.getWorkspace().getWorkspaceAppIcon(shortcutName).launch(getAppPackageName()); in testDragShortcut()