Searched defs:ONE_COUNT_COLUMN (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DActivityThread.java540 private static final String ONE_COUNT_COLUMN = "%21s %8d"; field in class:ActivityThread.ApplicationThread
1054 printRow(pw, ONE_COUNT_COLUMN, "Death Recipients:", binderDeathObjectCount);
1056 printRow(pw, ONE_COUNT_COLUMN, "OpenSSL Sockets:", openSslSocketCount);
1061 printRow(pw, ONE_COUNT_COLUMN, "MEMORY_USED:", stats.memoryUsed / 1024);

Completed in 17 milliseconds