Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/service/
DHceService.java57 public HceService(CommandApdu[] commandApdus, String[] responseApdus) { in HceService() argument
58 mCommandApdus = commandApdus; in HceService()
/packages/apps/Nfc/testutils/src/com/android/nfc/reader/
DNfcReaderDeviceSnippet.java445 Instrumentation instrumentation, CommandApdu[] commandApdus, String[] responseApdus) { in buildReaderIntentWithApduSequence() argument
450 intent.putExtra(SimpleReaderActivity.EXTRA_APDUS, commandApdus); in buildReaderIntentWithApduSequence()