Home | History | Annotate | Download | only in deskclock

Lines Matching refs:Log

5 import android.util.Log;
31 if (Log.isLoggable(TAG, Log.DEBUG)) {
32 Log.d(TAG, "No custom extensions.");
35 if (Log.isLoggable(TAG, Log.DEBUG)) {
36 Log.d(TAG, e.toString());
46 if (Log.isLoggable(TAG, Log.ERROR)) {
47 Log.e(TAG, className + ": unable to create instance.", e);
50 if (Log.isLoggable(TAG, Log.ERROR)) {
51 Log.e(TAG, className + ": unable to create instance.", e);
54 if (Log.isLoggable(TAG, Log.ERROR)) {
55 Log.e(TAG, className + ": unable to create instance.", e);
70 if (Log.isLoggable(TAG, Log.DEBUG)) {
71 Log.d(TAG, DESKCLOCKEXTENSIONS_KEY + " not found in properties file.");
79 if (Log.isLoggable(TAG, Log.DEBUG)) {
80 Log.d(TAG, "Add alarm: Empty inline implementation called.");
86 if (Log.isLoggable(TAG, Log.DEBUG)) {
87 Log.d(TAG, "Delete alarm: Empty inline implementation called.");