OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dumpInternalState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/com/android/internal/app/procstats/
SparseMappingTable.java
201
+ " index=" + index + " -- " +
dumpInternalState
(), ex);
236
+ " -- " +
dumpInternalState
(), ex);
278
+ " -- " +
dumpInternalState
());
288
+ " -- " +
dumpInternalState
(), ex);
379
+
dumpInternalState
());
384
+
dumpInternalState
());
433
Slog.w(TAG, "Invalid stats at index " + i + " -- " +
dumpInternalState
());
442
public String
dumpInternalState
() {
537
public String
dumpInternalState
(boolean includeData) {
/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
SparseMappingTableTest.java
131
Log.d(TAG, "before: " + data.
dumpInternalState
(true));
132
Log.d(TAG, "before: " + table.
dumpInternalState
());
158
Log.d(TAG, " after: " + data1.
dumpInternalState
(true));
159
Log.d(TAG, " after: " + table1.
dumpInternalState
());
Completed in 52 milliseconds