Home
last modified time | relevance | path

Searched defs:mCardEmulation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DBaseEmulatorActivity.java60 protected CardEmulation mCardEmulation; field in BaseEmulatorActivity
186 mCardEmulation); in setObserveModeEnabled() local
195 mCardEmulation); in waitForPreferredService() local
201 getServiceDescriptionFromComponent(componentName), this, mCardEmulation); in waitForService() local
/aosp_15_r20/cts/tests/tests/nfc/src/android/nfc/cts/
H A DNfcPreferredPaymentTest.java61 private CardEmulation mCardEmulation; field in NfcPreferredPaymentTest
/aosp_15_r20/packages/apps/Nfc/NfcMigration/src/com/android/nfc/cardemulation/
DRegisteredServicesCacheMigration.java63 private final CardEmulation mCardEmulation; field in RegisteredServicesCacheMigration