Searched refs:sTempBinderCallStats (Results 1 – 1 of 1) sorted by relevance
10013 private static BinderCallStats sTempBinderCallStats = new BinderCallStats(); field in BatteryStatsImpl.Uid10028 sTempBinderCallStats.binderClass = stat.binderClass; in noteBinderCallStatsLocked()10029 sTempBinderCallStats.transactionCode = stat.transactionCode; in noteBinderCallStatsLocked()10030 int index = mBinderCallStats.indexOf(sTempBinderCallStats); in noteBinderCallStatsLocked()