Home
last modified time | relevance | path

Searched refs:NFC_TECH_KEY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DPollingLoopEmulatorActivity.java47 public static final String NFC_TECH_KEY = "NFC_TECH"; field in PollingLoopEmulatorActivity
71 mNfcTech = getIntent().getIntExtra(NFC_TECH_KEY, NfcAdapter.FLAG_READER_NFC_A); in onResume()
DNfcEmulatorDeviceSnippet.java500 intent.putExtra(PollingLoopEmulatorActivity.NFC_TECH_KEY, nfcTech); in buildPollingLoopEmulatorIntent()