Searched refs:mNfcEventLog (Results 1 – 7 of 7) sorted by relevance
56 NfcEventLog mNfcEventLog; field in NfcEventLogTest65 mNfcEventLog = new NfcEventLog(mContext, mNfcInjector, mLooper.getLooper(), mLogFile); in setUp()82 mNfcEventLog.logEvent(eventType); in testLogEvent()106 mNfcEventLog.logEvent(eventType); in testMultipleLogEvents()109 mNfcEventLog.logEvent(eventType); in testMultipleLogEvents()145 mNfcEventLog = new NfcEventLog(mContext, mNfcInjector, mLooper.getLooper(), mLogFile); in testReadEventsFromLogFile()152 ArrayDeque<NfcEventProto.Event> retrievedEventsList = mNfcEventLog.getEventsList(); in testReadEventsFromLogFile()
83 @Mock NfcEventLog mNfcEventLog; field in NfcServiceTest116 when(mNfcInjector.getNfcEventLog()).thenReturn(mNfcEventLog); in setUp()
41 private NfcEventLog mNfcEventLog; field in WalletRoleObserver52 this.mNfcEventLog = nfcInjector.getNfcEventLog(); in WalletRoleObserver()61 mNfcEventLog.logEvent( in WalletRoleObserver()
66 private final NfcEventLog mNfcEventLog; field in NfcInjector117 mNfcEventLog = new NfcEventLog(mContext, this, eventLogThread.getLooper(), in NfcInjector()131 return mNfcEventLog; in getNfcEventLog()
383 NfcEventLog mNfcEventLog; field in NfcService703 mNfcEventLog = mNfcInjector.getNfcEventLog(); in NfcService()1215 mNfcEventLog.logEvent( in doInBackground()1587 mNfcEventLog.logEvent( in resetReaderModeParams()1682 mNfcEventLog.logEvent( in enable()1713 mNfcEventLog.logEvent( in disable()1807 mNfcEventLog.logEvent( in setObserveMode()2202 mNfcEventLog.logEvent( in setReaderMode()
69 NfcEventLog mNfcEventLog; field in WalletRoleObserverTest82 when(mNfcInjector.getNfcEventLog()).thenReturn(mNfcEventLog); in setUp()
118 private NfcEventLog mNfcEventLog; field in HostEmulationManagerTest152 when(mNfcInjector.getNfcEventLog()).thenReturn(mNfcEventLog); in setUp()