OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bindercounts
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/java/android/os/
PerformanceCollector.java
459
Bundle
binderCounts
= getBinderCounts();
460
for (String key :
binderCounts
.keySet()) {
461
mPerfSnapshot.putLong("pre_" + key,
binderCounts
.getLong(key));
502
Bundle
binderCounts
= getBinderCounts();
503
for (String key :
binderCounts
.keySet()) {
504
mPerfSnapshot.putLong(key,
binderCounts
.getLong(key));
Completed in 46 milliseconds