Searched refs:Capacity (Results 1 – 1 of 1) sorted by relevance
32 private static final Pattern Capacity = Pattern.compile( field in BatteryUsageParser46 Matcher m = Capacity.matcher(line); in parse()