Searched refs:binderCounts (Results 1 – 1 of 1) sorted by relevance
466 Bundle binderCounts = getBinderCounts(); in startPerformanceSnapshot() local467 for (String key : binderCounts.keySet()) { in startPerformanceSnapshot()468 mPerfSnapshot.putLong("pre_" + key, binderCounts.getLong(key)); in startPerformanceSnapshot()509 Bundle binderCounts = getBinderCounts(); in endPerformanceSnapshot() local510 for (String key : binderCounts.keySet()) { in endPerformanceSnapshot()511 mPerfSnapshot.putLong(key, binderCounts.getLong(key)); in endPerformanceSnapshot()