Searched defs:nfcInjector (Results 1 – 8 of 8) sorted by relevance
57 Callback callback, NfcInjector nfcInjector) { in WalletRoleObserver()
316 NfcInjector nfcInjector) { in HostEmulationManager()324 StatsdUtils statsdUtils, NfcInjector nfcInjector) { in HostEmulationManager()
165 public CardEmulationManager(Context context, NfcInjector nfcInjector, in CardEmulationManager()223 NfcInjector nfcInjector) { in CardEmulationManager()
52 public NfcEventLog(Context context, NfcInjector nfcInjector, Looper looper, in NfcEventLog()
98 static void setNfcInjector(NfcInjector nfcInjector) { in setNfcInjector()
134 NfcInjector nfcInjector, in NfcDispatcher()
1118 public NfcService(Application nfcApplication, NfcInjector nfcInjector) { in NfcService()
135 NfcInjector nfcInjector = mock(NfcInjector.class); in setUp() local