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

Lines Matching refs:Log

26 import android.util.Log;
48 if (Log.isLoggable(TAG, Log.DEBUG)) {
49 Log.d(TAG, "onHandleIntent called with intent: " + intent);
67 if (Log.isLoggable(TAG, Log.DEBUG)) {
68 Log.d(TAG, "Timer restarted.");
82 if (Log.isLoggable(TAG, Log.DEBUG)) {
83 Log.d(TAG, "Timer deleted.");