Searched refs:EVENT_PREFIX_STR (Results 1 – 1 of 1) sorted by relevance
85 private static final String EVENT_PREFIX_STR = "CTRL-EVENT-"; field in WifiMonitor86 private static final int EVENT_PREFIX_LEN_STR = EVENT_PREFIX_STR.length();813 if (!eventStr.startsWith(EVENT_PREFIX_STR)) { in dispatchEvent()