Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DTunerSwitch.java15 public class TunerSwitch extends SwitchPreference implements Tunable { class
20 public TunerSwitch(Context context, AttributeSet attrs) { in TunerSwitch() method in TunerSwitch
23 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TunerSwitch); in TunerSwitch()