Home
last modified time | relevance | path

Searched defs:ShortcutPreference (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DShortcutPreference.java36 public class ShortcutPreference extends Preference { class
62 ShortcutPreference(Context context, AttributeSet attrs) { in ShortcutPreference() method in ShortcutPreference
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DShortcutPicker.java168 private static class ShortcutPreference extends SelectablePreference { class in ShortcutPicker
172 public ShortcutPreference(Context context, Shortcut shortcut, CharSequence appLabel) { in ShortcutPreference() method in ShortcutPicker.ShortcutPreference