Home | History | Annotate | Download | only in cellbroadcastreceiver

Lines Matching defs:context

21 import android.content.Context;
86 * @param context the local Context
92 public CellBroadcastAlertDialog(Context context, int titleId, CharSequence body,
94 super(context);
106 setButton(DialogInterface.BUTTON_NEUTRAL, context.getText(R.string.button_dismiss),
133 getContext().getSystemService(Context.KEYGUARD_SERVICE);
159 Context context = getContext();
160 context.stopService(new Intent(context, CellBroadcastAlertAudio.class));
162 Intent intent = new Intent(context, CellBroadcastDatabaseService.class);
165 context.startService(intent);