Searched refs:codeToString (Results 1 – 1 of 1) sorted by relevance
1861 String codeToString(int code) { in codeToString() method in ActivityThread.H1908 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what)); in handleMessage()2089 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what)); in handleMessage()3216 "SCHEDULE " + what + " " + mH.codeToString(what) + ": " + arg1 + " / " + obj); in sendMessage()3231 TAG, "SCHEDULE " + mH.codeToString(what) + " arg1=" + arg1 + " arg2=" + arg2 + in sendMessage()