Searched refs:stopKey (Results 1 – 1 of 1) sorted by relevance
43 ClientChannel(String stopKey) { in ClientChannel() argument44 mStopKey = stopKey; in ClientChannel()69 public static void registerClient(String logtag, String stopKey) { in registerClient() argument74 mChannels.put(logtag, new ClientChannel(stopKey)); in registerClient()