Home | History | Annotate | Download | only in preference

Lines Matching refs:context

21 import android.content.Context;
31 public PreferenceCategory(Context context, AttributeSet attrs, int defStyle) {
32 super(context, attrs, defStyle);
35 public PreferenceCategory(Context context, AttributeSet attrs) {
36 this(context, attrs, com.android.internal.R.attr.preferenceCategoryStyle);
39 public PreferenceCategory(Context context) {
40 this(context, null);