Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestLogService.java38 static class ClientChannel { class in TestLogService
43 ClientChannel(String stopKey) { in ClientChannel() method in TestLogService.ClientChannel
48 private static Map<String, ClientChannel> mChannels = new HashMap<>();
74 mChannels.put(logtag, new ClientChannel(stopKey)); in registerClient()
112 ClientChannel channel = mChannels.get(logtag); in record()