Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DLockscreenFragment.java332 return new ShortcutButton(mContext, shortcut); in create()
345 private static class ShortcutButton implements IntentButton { class in LockscreenFragment
349 public ShortcutButton(Context context, Shortcut shortcut) { in ShortcutButton() method in LockscreenFragment.ShortcutButton