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)) { in onCreate()
187 Log.d(TAG, "onCreate"); in onCreate()
239 if (Log.isLoggable(TAG, Log.DEBUG)) { in onVisibilityChanged()
240 Log.d(TAG, "onVisibilityChanged: " + visible); in onVisibilityChanged()
293 if (Log.isLoggable(TAG, Log.DEBUG)) { in onApplyWindowInsets()
294 Log.d(TAG, "onApplyWindowInsets: " + (insets.isRound() ? "round" : "square")); in onApplyWindowInsets()
327 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPropertiesChanged()
328 Log.d(TAG, "onPropertiesChanged: burn-in protection = " + burnInProtection in onPropertiesChanged()
336 if (Log.isLoggable(TAG, Log.DEBUG)) { in onTimeTick()
337 Log.d(TAG, "onTimeTick: ambient = " + isInAmbientMode()); in onTimeTick()
345 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
346 Log.d(TAG, "onAmbientModeChanged: " + inAmbientMode); in onAmbientModeChanged()
382 if (Log.isLoggable(TAG, Log.DEBUG)) { in onInterruptionFilterChanged()
383 Log.d(TAG, "onInterruptionFilterChanged: " + interruptionFilter); in onInterruptionFilterChanged()
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);