Lines Matching refs:TAG

152     private final String TAG = DreamService.class.getSimpleName() + "[" + getClass().getSimpleName() + "]";
211 if (mDebug) Slog.v(TAG, "Waking up on keyEvent");
215 if (mDebug) Slog.v(TAG, "Waking up on back key");
226 if (mDebug) Slog.v(TAG, "Waking up on keyShortcutEvent");
239 if (mDebug) Slog.v(TAG, "Waking up on touchEvent");
250 if (mDebug) Slog.v(TAG, "Waking up on trackballEvent");
261 if (mDebug) Slog.v(TAG, "Waking up on genericMotionEvent");
786 if (mDebug) Slog.v(TAG, "onCreate()");
794 if (mDebug) Slog.v(TAG, "onDreamingStarted()");
803 if (mDebug) Slog.v(TAG, "onDreamingStopped()");
826 if (mDebug) Slog.v(TAG, "onBind() intent = " + intent);
838 if (mDebug) Slog.v(TAG, "finish(): mFinished=" + mFinished);
844 Slog.w(TAG, "Finish was called before the dream was attached.");
869 if (mDebug) Slog.v(TAG, "wakeUp(): fromSystem=" + fromSystem
884 Slog.w(TAG, "WakeUp was called before the dream was attached.");
899 if (mDebug) Slog.v(TAG, "onDestroy()");
917 if (mDebug) Slog.v(TAG, "detach(): Calling onDreamingStopped()");
924 if (mDebug) Slog.v(TAG, "detach(): Removing window from window manager");
947 Slog.e(TAG, "attach() called when already attached with token=" + mWindowToken);
951 Slog.w(TAG, "attach() called after dream already finished");
972 if (mDebug) Slog.v(TAG, String.format("Attaching window token: %s to window of type %s",
1003 Slog.i(TAG, "attach() called after window token already removed, dream will "
1017 if (mDebug) Slog.v(TAG, "Calling onDreamingStarted()");
1066 pw.print(TAG + ": ");