Searched refs:NFC_TECH_KEY (Results 1 – 2 of 2) sorted by relevance
47 public static final String NFC_TECH_KEY = "NFC_TECH"; field in PollingLoopEmulatorActivity71 mNfcTech = getIntent().getIntExtra(NFC_TECH_KEY, NfcAdapter.FLAG_READER_NFC_A); in onResume()
500 intent.putExtra(PollingLoopEmulatorActivity.NFC_TECH_KEY, nfcTech); in buildPollingLoopEmulatorIntent()