Home
last modified time | relevance | path

Searched refs:mChannels (Results 1 – 2 of 2) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DTestLogService.java48 private static Map<String, ClientChannel> mChannels = new HashMap<>(); field in TestLogService
71 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()
/cts/apps/CtsVerifier/include/colorchecker/
Dtestingimage.h48 inline int getChannels() const { return mChannels; } in getChannels()
66 int mChannels; variable