Searched refs:codeToString (Results 1 – 2 of 2) sorted by relevance
1807 String codeToString(int code) { in codeToString() method in ActivityThread.H1854 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what)); in handleMessage()2036 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what)); in handleMessage()3121 "SCHEDULE " + what + " " + mH.codeToString(what) + ": " + arg1 + " / " + obj); in sendMessage()3136 TAG, "SCHEDULE " + mH.codeToString(what) + " arg1=" + arg1 + " arg2=" + arg2 + in sendMessage()
2191 Landroid/app/ActivityThread$H;->codeToString(I)Ljava/lang/String;