Searched refs:parserList (Results 1 – 1 of 1) sorted by relevance
141 BatteryDataParser[] parserList = new BatteryDataParser[parsers.length + 1]; in bindHistory() local143 parserList[i] = parsers[i]; in bindHistory()145 parserList[parsers.length] = parser; in bindHistory()146 parseBatteryHistory(parserList); in bindHistory()