Searched refs:binderCounts (Results 1 – 1 of 1) sorted by relevance
459 Bundle binderCounts = getBinderCounts(); in startPerformanceSnapshot() local460 for (String key : binderCounts.keySet()) { in startPerformanceSnapshot()461 mPerfSnapshot.putLong("pre_" + key, binderCounts.getLong(key)); in startPerformanceSnapshot()502 Bundle binderCounts = getBinderCounts(); in endPerformanceSnapshot() local503 for (String key : binderCounts.keySet()) { in endPerformanceSnapshot()504 mPerfSnapshot.putLong(key, binderCounts.getLong(key)); in endPerformanceSnapshot()