Home | History | Annotate | Download | only in notification

Lines Matching defs:Slog

35 import android.util.Slog;
181 Slog.e(TAG, "Failed to clean up rules for " + pkgName, e);
207 Slog.w(TAG, "Ignoring condition from " + pkg + " for duplicate id: " + id);
240 if (DEBUG) Slog.d(TAG, "notifyConditions pkg=" + pkg + " info=" + info + " conditions="
293 Slog.w(TAG, "Unable to subscribe to " + component + " " + conditionId);
306 Slog.w(TAG, "Unable to unsubscribe to " + component + " " + conditionId);
315 if (DEBUG) Slog.d(TAG, "subscribeLocked " + r);
320 Slog.d(TAG, "Subscribing to " + r.id + " with " + r.component);
324 Slog.w(TAG, "Error subscribing to " + r, e);
346 if (DEBUG) Slog.d(TAG, "unsubscribeLocked " + r);
353 Slog.w(TAG, "Error unsubscribing to " + r, e);