Searched refs:GOING_AWAY_PATTERN (Results 1 – 1 of 1) sorted by relevance
27 private static final Pattern GOING_AWAY_PATTERN = Pattern.compile("mKeyguardGoingAway=(\\S+)"); field in KeyguardControllerState74 matcher = GOING_AWAY_PATTERN.matcher(line); in extract()