Searched refs:mChannels (Results 1 – 2 of 2) sorted by relevance
48 private static Map<String, ClientChannel> mChannels = new HashMap<>(); field in TestLogService71 if (mChannels.containsKey(logtag)) { in registerClient()74 mChannels.put(logtag, new ClientChannel(stopKey)); in registerClient()89 if (!mChannels.containsKey(logtag)) { in getResultsForClient()92 latch = mChannels.get(logtag).mLatch; in getResultsForClient()99 for (Map.Entry<String, String> e : mChannels.get(logtag).mResults.entrySet()) { in getResultsForClient()108 if (!mChannels.containsKey(logtag)) { in record()112 ClientChannel channel = mChannels.get(logtag); in record()
48 inline int getChannels() const { return mChannels; } in getChannels()66 int mChannels; variable