Home
last modified time | relevance | path

Searched refs:nfcInjector (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DWalletRoleObserver.java48 Callback callback, NfcInjector nfcInjector) { in WalletRoleObserver() argument
52 this.mNfcEventLog = nfcInjector.getNfcEventLog(); in WalletRoleObserver()
DCardEmulationManager.java127 public CardEmulationManager(Context context, NfcInjector nfcInjector) { in CardEmulationManager() argument
134 context.getSystemService(RoleManager.class), this, nfcInjector); in CardEmulationManager()
/packages/apps/Nfc/src/com/android/nfc/
DNfcEventLog.java56 public NfcEventLog(Context context, NfcInjector nfcInjector, Looper looper, in NfcEventLog() argument
59 mNfcInjector = nfcInjector; in NfcEventLog()
DNfcService.java697 public NfcService(Application nfcApplication, NfcInjector nfcInjector) { in NfcService() argument
700 mNfcInjector = nfcInjector; in NfcService()