Searched refs:mEventCache (Results 1 – 1 of 1) sorted by relevance
148 private final List<EventData> mEventCache = new ArrayList<EventData>(); field in NsdManagerTest153 synchronized (mEventCache) { in setEvent()154 mEventCache.add(eventData); in setEvent()155 mEventCache.notify(); in setEvent()162 synchronized (mEventCache) { in setEvent()163 mEventCache.add(eventData); in setEvent()164 mEventCache.notify(); in setEvent()169 synchronized(mEventCache) { in clearEventCache()170 mEventCache.clear(); in clearEventCache()175 synchronized(mEventCache) { in eventCacheSize()[all …]