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