Home
last modified time | relevance | path

Searched refs:readerIntent (Results 1 – 19 of 19) 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()
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()
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()
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()
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()
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()
DLargeNumAidsEmulatorActivity.java50 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
51 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
53 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
55 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
57 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()
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()
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()
DDualPaymentEmulatorActivity.java69 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
70 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
72 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
74 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
76 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()
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.java68 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
69 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
71 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
73 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
75 return readerIntent; in buildReaderIntent()
DPrefixPaymentEmulatorActivity.java68 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
69 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
71 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
73 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
75 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.java67 Intent readerIntent = new Intent(context, SimpleReaderActivity.class); in buildReaderIntent() local
68 readerIntent.putExtra(SimpleReaderActivity.EXTRA_APDUS, in buildReaderIntent()
70 readerIntent.putExtra(SimpleReaderActivity.EXTRA_RESPONSES, in buildReaderIntent()
72 readerIntent.putExtra(SimpleReaderActivity.EXTRA_LABEL, in buildReaderIntent()
74 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()