Searched defs:codeToString (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java1392 String codeToString(int code) { method in class:ActivityThread.H
1452 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what));
1705 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what));
2477 TAG, "SCHEDULE " + what + " " + mH.codeToString(what)
2492 TAG, "SCHEDULE " + mH.codeToString(what) + " arg1=" + arg1 + " arg2=" + arg2 +

Completed in 138 milliseconds