Lines Matching refs:DEBUG

41     private static final boolean DEBUG = KeyguardHostView.DEBUG;
82 if (DEBUG) Log.d(TAG, "Launching camera at " + mLaunchCameraStart);
158 if (DEBUG) Log.d(TAG, "new CameraWidgetFrame instance " + instanceId());
183 if (DEBUG) Log.d(TAG, "inflateWidgetView: " + widgetInfo.contextPackage);
205 if (DEBUG) Log.d(TAG, "inflateGenericWidgetView");
218 if (DEBUG) Log.d(TAG, String.format("Already rendered at size=%sx%s", width, height));
250 if (DEBUG) Log.d(TAG, String.format("Rendered camera widget size=%sx%s instance=%s",
298 if (DEBUG) Log.d(TAG, "recovering at " + SystemClock.uptimeMillis());
310 if (DEBUG) Log.d(TAG, "clicked");
320 if (DEBUG) Log.d(TAG, "onDetachedFromWindow: instance " + instanceId()
341 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: mTransitioning");
348 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: below widget");
357 if (DEBUG) Log.d(TAG, "onUserInteraction observed, not eaten");
363 if (DEBUG) Log.d(TAG, "onFocusLost at " + SystemClock.uptimeMillis());
369 if (DEBUG) Log.d(TAG, "onScreenTurnedOff");
374 if (DEBUG) Log.d(TAG, "rescheduleTransitionToCamera at " + SystemClock.uptimeMillis());
380 if (DEBUG) Log.d(TAG, "cancelTransitionToCamera at " + SystemClock.uptimeMillis());
390 if (DEBUG) Log.d(TAG, "reset at " + SystemClock.uptimeMillis());
406 if (DEBUG) Log.d(TAG, String.format("onSizeChanged new=%sx%s old=%sx%s at %s",
428 if (DEBUG) Log.d(TAG, "setting windowAnimations to: " + newWindowAnimations
436 if (DEBUG) Log.d(TAG, "onKeyguardVisibilityChanged " + showing
443 if (DEBUG) Log.d(TAG, String.format("Camera took %sms to launch", launchTime));
451 if (DEBUG) Log.d(TAG, "onSecureCameraActivityStarted at " + SystemClock.uptimeMillis());