Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DLockscreenFragment.java337 return new ActivityButton(mContext, info); in create()
373 private static class ActivityButton implements IntentButton { class in LockscreenFragment
377 public ActivityButton(Context context, ActivityInfo info) { in ActivityButton() method in LockscreenFragment.ActivityButton