Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DDefaultRouteEmulatorActivity.java38 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
39 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, APDU_COMMAND_SEQUENCE); in buildReaderIntent()
40 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, APDU_RESPONSE_SEQUENCE); in buildReaderIntent()
41 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
43 return readerIntent; in buildReaderIntent()
DSingleNonPaymentEmulatorActivity.java32 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
33 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
35 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
37 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
39 return readerIntent; in buildReaderIntent()
DScreenOnOnlyOffHostEmulatorActivity.java32 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
33 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
35 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
37 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
39 return readerIntent; in buildReaderIntent()
DOffHostEmulatorActivity.java33 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
34 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
36 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
38 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
40 return readerIntent; in buildReaderIntent()
DConflictingNonPaymentEmulatorActivity.java33 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
34 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
36 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
38 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
40 return readerIntent; in buildReaderIntent()
DSinglePaymentEmulatorActivity.java46 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
47 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
49 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
51 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
53 return readerIntent; in buildReaderIntent()
DForegroundNonPaymentEmulatorActivity.java41 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
42 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
44 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
46 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
48 return readerIntent; in buildReaderIntent()
DConflictingNonPaymentPrefixEmulatorActivity.java40 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
41readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, PrefixTransportService2.APDU_COMMAND_SEQUE… in buildReaderIntent()
42readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, PrefixTransportService2.APDU_RESPOND_S… in buildReaderIntent()
43 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
45 return readerIntent; in buildReaderIntent()
DTapTestEmulatorActivity.java42 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
43 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
45 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
47 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
49 return readerIntent; in buildReaderIntent()
DThroughputEmulatorActivity.java39 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
40 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
42 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
44 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
46 return readerIntent; in buildReaderIntent()
DForegroundPaymentEmulatorActivity.java59 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
60 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
62 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
64 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
66 return readerIntent; in buildReaderIntent()
DPrefixPaymentEmulator2Activity.java64 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
65 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
67 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
69 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
71 return readerIntent; in buildReaderIntent()
DPrefixPaymentEmulatorActivity.java64 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
65 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
67 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
69 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
71 return readerIntent; in buildReaderIntent()
DDynamicAidEmulatorActivity.java64 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
65 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
67 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
69 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
71 return readerIntent; in buildReaderIntent()
DDualPaymentEmulatorActivity.java65 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
66 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
68 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
70 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
72 return readerIntent; in buildReaderIntent()
DOnAndOffHostEmulatorActivity.java51 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
52 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
54 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
56 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
58 return readerIntent; in buildReaderIntent()
DChangeDefaultEmulatorActivity.java63 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
64 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
66 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
68 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
70 return readerIntent; in buildReaderIntent()
DDualNonPaymentEmulatorActivity.java32 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
50 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, commandSequences); in buildReaderIntent()
51 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, responseSequences); in buildReaderIntent()
52 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
54 return readerIntent; in buildReaderIntent()
DDualNonPaymentPrefixEmulatorActivity.java42 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
60 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, commandSequences); in buildReaderIntent()
61 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, responseSequences); in buildReaderIntent()
62 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
64 return readerIntent; in buildReaderIntent()
DScreenOffPaymentEmulatorActivity.java72 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
73 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
75 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
77 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
79 return readerIntent; in buildReaderIntent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DUiccTransactionEvent2EmulatorActivity.java96 Intent readerIntent = new Intent(context, SimpleOffhostReaderActivity.class); in buildReaderIntent() local
97 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_APDUS, in buildReaderIntent()
99 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
101 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_LABEL, in buildReaderIntent()
103 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_DESELECT, true); in buildReaderIntent()
104 return readerIntent; in buildReaderIntent()
DUiccTransactionEvent3EmulatorActivity.java96 Intent readerIntent = new Intent(context, SimpleOffhostReaderActivity.class); in buildReaderIntent() local
97 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_APDUS, in buildReaderIntent()
99 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
101 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_LABEL, in buildReaderIntent()
103 return readerIntent; in buildReaderIntent()
DUiccTransactionEvent1EmulatorActivity.java96 Intent readerIntent = new Intent(context, SimpleOffhostReaderActivity.class); in buildReaderIntent() local
97 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_APDUS, in buildReaderIntent()
99 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
101 readerIntent.putExtra(SimpleOffhostReaderActivity.EXTRA_LABEL, in buildReaderIntent()
103 return readerIntent; in buildReaderIntent()