Home
last modified time | relevance | path

Searched refs:mCardEmulation (Results 1 – 7 of 7) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
DForegroundPaymentEmulatorActivity.java28 if (!mCardEmulation.categoryAllowsForegroundPreference(CardEmulation.CATEGORY_PAYMENT)) { in onResume()
40 mCardEmulation.setPreferredService(this, PaymentService2.COMPONENT); in onServicesSetup()
55 mCardEmulation.unsetPreferredService(this); in onPause()
DBaseEmulatorActivity.java30 CardEmulation mCardEmulation; field in BaseEmulatorActivity
57 mCardEmulation = CardEmulation.getInstance(mAdapter); in onCreate()
97 if (!mCardEmulation.isDefaultServiceForCategory(defaultComponent, in makePaymentDefault()
169 mCardEmulation.isDefaultServiceForCategory(bogusComponent, in doInBackground()
180 if (!mCardEmulation.isDefaultServiceForCategory(mMakingDefault, in onActivityResult()
DForegroundNonPaymentEmulatorActivity.java29 mCardEmulation.unsetPreferredService(this); in onPause()
35 mCardEmulation.setPreferredService(this, TransportService2.COMPONENT); in onServicesSetup()
DConflictingNonPaymentPrefixEmulatorActivity.java34mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup()
35mCardEmulation.registerAidsForService(PrefixTransportService2.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup()
DDualNonPaymentPrefixEmulatorActivity.java36mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup()
37mCardEmulation.registerAidsForService(PrefixAccessService.COMPONENT, CardEmulation.CATEGORY_OTHER,… in onServicesSetup()
DLargeNumAidsEmulatorActivity.java38 mCardEmulation.registerAidsForService(LargeNumAidsService.COMPONENT, in onServicesSetup()
DDynamicAidEmulatorActivity.java38 mCardEmulation.registerAidsForService(PaymentServiceDynamicAids.COMPONENT, in onServicesSetup()