Searched refs:sTempBinderCallStats (Results 1 – 1 of 1) sorted by relevance
9665 private static BinderCallStats sTempBinderCallStats = new BinderCallStats(); field in BatteryStatsImpl.Uid9680 sTempBinderCallStats.binderClass = stat.binderClass; in noteBinderCallStatsLocked()9681 sTempBinderCallStats.transactionCode = stat.transactionCode; in noteBinderCallStatsLocked()9682 int index = mBinderCallStats.indexOf(sTempBinderCallStats); in noteBinderCallStatsLocked()