Home | History | Annotate | Download | only in com.example.android.wearable.watchface

Lines Matching refs:Log

36 import android.util.Log;
109 if (Log.isLoggable(TAG, Log.VERBOSE)) {
110 Log.v(TAG, "updating time");
186 if (Log.isLoggable(TAG, Log.DEBUG)) {
187 Log.d(TAG, "onCreate");
239 if (Log.isLoggable(TAG, Log.DEBUG)) {
240 Log.d(TAG, "onVisibilityChanged: " + visible);
293 if (Log.isLoggable(TAG, Log.DEBUG)) {
294 Log.d(TAG, "onApplyWindowInsets: " + (insets.isRound() ? "round" : "square"));
327 if (Log.isLoggable(TAG, Log.DEBUG)) {
328 Log.d(TAG, "onPropertiesChanged: burn-in protection = " + burnInProtection
336 if (Log.isLoggable(TAG, Log.DEBUG)) {
337 Log.d(TAG, "onTimeTick: ambient = " + isInAmbientMode());
345 if (Log.isLoggable(TAG, Log.DEBUG)) {
346 Log.d(TAG, "onAmbientModeChanged: " + inAmbientMode);
382 if (Log.isLoggable(TAG, Log.DEBUG)) {
383 Log.d(TAG, "onInterruptionFilterChanged: " + interruptionFilter);
524 if (Log.isLoggable(TAG, Log.DEBUG)) {
525 Log.d(TAG, "updateTimer");
589 if (Log.isLoggable(TAG, Log.DEBUG)) {
590 Log.d(TAG, "Config DataItem updated:" + config);
603 if (Log.isLoggable(TAG, Log.DEBUG)) {
604 Log.d(TAG, "Found watch face config key: " + configKey + " -> "
632 Log.w(TAG, "Ignoring unknown config key: " + configKey);
640 if (Log.isLoggable(TAG, Log.DEBUG)) {
641 Log.d(TAG, "onConnected: " + connectionHint);
649 if (Log.isLoggable(TAG, Log.DEBUG)) {
650 Log.d(TAG, "onConnectionSuspended: " + cause);
656 if (Log.isLoggable(TAG, Log.DEBUG)) {
657 Log.d(TAG, "onConnectionFailed: " + result);