Home | History | Annotate | Download | only in agendadata

Lines Matching defs:Log

24 import android.util.Log;
65 if (Log.isLoggable(TAG, Log.VERBOSE)) {
66 Log.v(TAG, "DeleteService.onHandleIntent=" + dataItemUri);
76 if (Log.isLoggable(TAG, Log.VERBOSE)) {
77 Log.v(TAG, "DeleteService.onHandleIntent: Failed to delete dataItem:"
87 Log.e(TAG, "Failed to delete data item: " + dataItemUri
108 if (Log.isLoggable(TAG, Log.DEBUG)) {
109 Log.d(TAG, "onConnected: " + connectionHint);
115 if (Log.isLoggable(TAG, Log.DEBUG)) {
116 Log.d(TAG, "onConnectionSuspended: " + cause);
122 if (Log.isLoggable(TAG, Log.DEBUG)) {
123 Log.d(TAG, "onConnectionFailed: " + result);