OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PaymentService1
(Results
1 - 6
of
6
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
PaymentService1.java
5
public class
PaymentService1
extends HceService {
6
static final String TAG = "
PaymentService1
";
10
PaymentService1
.class.getName());
24
public
PaymentService1
() {
SinglePaymentEmulatorActivity.java
19
setupServices(this,
PaymentService1
.COMPONENT);
30
if (makePaymentDefault(
PaymentService1
.COMPONENT,
48
PaymentService1
.APDU_COMMAND_SEQUENCE);
50
PaymentService1
.APDU_RESPOND_SEQUENCE);
58
if (component.equals(
PaymentService1
.COMPONENT)) {
ChangeDefaultEmulatorActivity.java
43
setupServices(this,
PaymentService1
.COMPONENT, PaymentService2.COMPONENT);
50
makePaymentDefault(
PaymentService1
.COMPONENT, R.string.nfc_hce_change_default_help);
65
PaymentService1
.APDU_COMMAND_SEQUENCE);
67
PaymentService1
.APDU_RESPOND_SEQUENCE);
75
if (component.equals(
PaymentService1
.COMPONENT)) {
85
makePaymentDefault(
PaymentService1
.COMPONENT, R.string.nfc_hce_change_default_help);
ForegroundPaymentEmulatorActivity.java
32
setupServices(this, PaymentService2.COMPONENT,
PaymentService1
.COMPONENT);
38
if (!makePaymentDefault(
PaymentService1
.COMPONENT,
DualPaymentEmulatorActivity.java
41
setupServices(this,
PaymentService1
.COMPONENT, PaymentService2.COMPONENT);
BaseEmulatorActivity.java
36
PaymentService1
.COMPONENT,
Completed in 690 milliseconds