Home | History | Annotate | Download | only in nfc

Lines Matching defs:intent

22 import android.content.Intent;
38 Intent intent = getIntent();
39 String action = intent.getAction();
41 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);
48 public void onNewIntent(Intent intent) {
49 mText.setText("Discovered tag " + ++mCount + " with intent: " + intent);