Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
DAccessibilityShortcutFragment.java120 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local
121 if (shortcutName != null) { in getCurrentService()
122 return shortcutName.flattenToString(); in getCurrentService()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/accessibility/
DAccessibilityShortcutState.java177 ComponentName shortcutName = ComponentName.unflattenFromString(shortcutServiceString); in getCurrentService() local
178 if (shortcutName != null) { in getCurrentService()
179 return shortcutName.flattenToString(); in getCurrentService()
/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/Settings/tests/robotests/src/com/android/settings/notification/app/
DAppConversationListPreferenceControllerTest.java177 String shortcutName, String parentLabel, String shortcutId, boolean demoted) { in conversationChannel() argument
182 shortcutName).build(); in conversationChannel()