Searched refs:START_SERVICE (Results 1 – 1 of 1) sorted by relevance
61 private static final Pattern START_SERVICE = Pattern.compile( field in DmesgParser175 if ((match = matches(START_SERVICE, line)) != null) { in parseServiceInfo()