Home | History | Annotate | Download | only in settings

Lines Matching defs:context

20 import android.content.Context;
39 * @param context
43 public ApnPreference(Context context, AttributeSet attrs, int defStyle) {
44 super(context, attrs, defStyle);
49 * @param context
52 public ApnPreference(Context context, AttributeSet attrs) {
53 super(context, attrs);
58 * @param context
60 public ApnPreference(Context context) {
61 super(context);
135 Context context = getContext();
136 if (context != null) {
139 context.startActivity(new Intent(Intent.ACTION_EDIT, url));