Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DCardEmulationManager.java87 static final int NFC_HCE_NFCF = 0x04; field in CardEmulationManager
227 } else if (technology == NFC_HCE_NFCF) { in onHostCardEmulationActivated()
237 } else if (technology == NFC_HCE_NFCF) { in onHostCardEmulationData()
252 } else if (technology == NFC_HCE_NFCF) { in onHostCardEmulationDeactivated()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/
DCardEmulationManagerTest.java210 mCardEmulationManager.onHostCardEmulationActivated(CardEmulationManager.NFC_HCE_NFCF); in testOnHostCardEmulationActivated_technologyNfcf()
265 mCardEmulationManager.onHostCardEmulationData(CardEmulationManager.NFC_HCE_NFCF, in testOnHostCardEmulationData_technologyNfcf_DontSkipData()
289 mCardEmulationManager.onHostCardEmulationDeactivated(CardEmulationManager.NFC_HCE_NFCF); in testOnHostCardEmulationDeactivated_technologyNfcf()