Searched defs:addValue (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/drm/libdrmframework/plugins/common/util/include/ |
H A D | SessionMap.h | 50 bool addValue(int key, TValue value) { function in class:android::SessionMap
|
/frameworks/base/core/java/android/app/ |
H A D | Instrumentation.java | 1241 private void addValue(String key, int value, Bundle results) { method in class:Instrumentation
|
/frameworks/base/core/java/android/view/ |
H A D | ViewDebug.java | 608 addValue(null, Integer.toString(TRACE_VERSION_NUMBER), out); 609 addValue("data-file-overflow", "false", out); 610 addValue("clock", "dual", out); 611 addValue("elapsed-time-usec", Long.toString(wallTotal), out); 612 addValue("num-method-calls", Integer.toString(entries.size()), out); 613 addValue("clock-call-overhead-nsec", "1", out); 614 addValue("vm", "dalvik", out); 640 private static void addValue(String name, String value, DataOutputStream out) method in class:ViewDebug.LooperProfiler
|
Completed in 98 milliseconds