Searched refs:launchMatcher (Results 1 – 1 of 1) sorted by relevance
558 Matcher launchMatcher = MPC12_CAMERA_LAUNCH_PATTERN.matcher(mpcResult); in matchMpcResult() local559 boolean launchMatches = launchMatcher.matches(); in matchMpcResult()577 float latency = Float.parseFloat(launchMatcher.group(1)); in matchMpcResult()