Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DUiccTransactionEvent1EmulatorActivity.java83 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
DUiccTransactionEvent2EmulatorActivity.java83 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
DUiccTransactionEvent3EmulatorActivity.java83 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
DSimpleOffhostReaderActivity.java54 public static final String EXTRA_RESPONSES = "responses"; field in SimpleOffhostReaderActivity
114 mResponses = intent.getStringArrayExtra(EXTRA_RESPONSES); in onResume()