Home | History | Annotate | Download | only in service

Lines Matching refs:intent

21 import android.content.Intent;
28 private Intent mIntent;
38 public int onStartCommand(Intent intent, int flags, int startId) {
40 mIntent = intent;
47 Log.wtf(TAG, "Can't start session because either intent is null or onReady() "
53 Intent intent = new Intent();
54 intent.setComponent(new ComponentName("android.voiceinteraction.testapp",
56 args.putParcelable("intent", intent);