Home
last modified time | relevance | path

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

/aosp12/packages/apps/Nfc/src/com/android/nfc/cardemulation/
H A DHostEmulationManager.java66 static final byte[] ANDROID_HCE_RESPONSE = {0x14, (byte)0x81, 0x00, 0x00, (byte)0x90, 0x00}; field in HostEmulationManager
166 NfcService.getInstance().sendData(ANDROID_HCE_RESPONSE); in onHostEmulationData()