Searched refs:mCardEmulation (Results 1 – 7 of 7) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/ |
D | ForegroundPaymentEmulatorActivity.java | 28 if (!mCardEmulation.categoryAllowsForegroundPreference(CardEmulation.CATEGORY_PAYMENT)) { in onResume() 40 mCardEmulation.setPreferredService(this, PaymentService2.COMPONENT); in onServicesSetup() 55 mCardEmulation.unsetPreferredService(this); in onPause()
|
D | BaseEmulatorActivity.java | 30 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()
|
D | ForegroundNonPaymentEmulatorActivity.java | 29 mCardEmulation.unsetPreferredService(this); in onPause() 35 mCardEmulation.setPreferredService(this, TransportService2.COMPONENT); in onServicesSetup()
|
D | ConflictingNonPaymentPrefixEmulatorActivity.java | 34 …mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup() 35 …mCardEmulation.registerAidsForService(PrefixTransportService2.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup()
|
D | DualNonPaymentPrefixEmulatorActivity.java | 36 …mCardEmulation.registerAidsForService(PrefixTransportService1.COMPONENT, CardEmulation.CATEGORY_OT… in onServicesSetup() 37 …mCardEmulation.registerAidsForService(PrefixAccessService.COMPONENT, CardEmulation.CATEGORY_OTHER,… in onServicesSetup()
|
D | LargeNumAidsEmulatorActivity.java | 38 mCardEmulation.registerAidsForService(LargeNumAidsService.COMPONENT, in onServicesSetup()
|
D | DynamicAidEmulatorActivity.java | 38 mCardEmulation.registerAidsForService(PaymentServiceDynamicAids.COMPONENT, in onServicesSetup()
|