Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DTestLogService.java43 ClientChannel(String stopKey) { in ClientChannel() argument
44 mStopKey = stopKey; in ClientChannel()
69 public static void registerClient(String logtag, String stopKey) { in registerClient() argument
74 mChannels.put(logtag, new ClientChannel(stopKey)); in registerClient()