Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DSimpleReaderActivity.java54 int nfcTech = intent.getIntExtra(EXTRA_NFC_TECH, NFC_TECH_A_POLLING_ON); in onResume() local
55 mAdapter.enableReaderMode(this, this, nfcTech, null); in onResume()
/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DNfcEmulatorDeviceSnippet.java495 private Intent buildPollingLoopEmulatorIntent(Instrumentation instrumentation, int nfcTech) { in buildPollingLoopEmulatorIntent() argument
500 intent.putExtra(PollingLoopEmulatorActivity.NFC_TECH_KEY, nfcTech); in buildPollingLoopEmulatorIntent()