Searched refs:parserList (Results 1 – 1 of 1) sorted by relevance
127 BatteryDataParser[] parserList = new BatteryDataParser[parsers.length + 1]; in bindHistory() local129 parserList[i] = parsers[i]; in bindHistory()131 parserList[parsers.length] = parser; in bindHistory()132 parseBatteryHistory(parserList); in bindHistory()