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.java345 return new ActivityButton(mContext, info); in create()
381 private static class ActivityButton implements IntentButton { class in LockscreenFragment
385 public ActivityButton(Context context, ActivityInfo info) { in ActivityButton() method in LockscreenFragment.ActivityButton