Home | History | Annotate | Download | only in stk

Lines Matching defs:context

22 import android.content.Context;
33 public void onReceive(Context context, Intent intent) {
37 handleCommandMessage(context, intent);
39 handleSessionEnd(context, intent);
43 private void handleCommandMessage(Context context, Intent intent) {
48 context.startService(new Intent(context, StkAppService.class)
52 private void handleSessionEnd(Context context, Intent intent) {
55 context.startService(new Intent(context, StkAppService.class)