Lines Matching refs:LOCAL_LOGV

63     private static final boolean LOCAL_LOGV = false;
244 if (LOCAL_LOGV) Log.v(TAG, "property: " + property + "=" + version);
263 if (LOCAL_LOGV) Log.v(TAG, "notifying for " + notifyTarget + ": " + uri);
265 if (LOCAL_LOGV) Log.v(TAG, "notification suppressed: " + uri);
369 if (LOCAL_LOGV) {
464 if (LOCAL_LOGV) Log.d(TAG, "cache for settings table '" + table
572 if (LOCAL_LOGV) Slog.v(TAG, " access setting for user " + callingUser);
584 if (LOCAL_LOGV) Slog.v(TAG, "call(system:" + request + ") for " + callingUser);
590 if (LOCAL_LOGV) Slog.v(TAG, "call(secure:" + request + ") for " + callingUser);
596 if (LOCAL_LOGV) Slog.v(TAG, "call(global:" + request + ") for " + callingUser);
627 if (LOCAL_LOGV) Slog.v(TAG, "call_put(system:" + request + "=" + newValue + ") for " + callingUser);
630 if (LOCAL_LOGV) Slog.v(TAG, "call_put(secure:" + request + "=" + newValue + ") for " + callingUser);
633 if (LOCAL_LOGV) Slog.v(TAG, "call_put(global:" + request + "=" + newValue + ") for " + callingUser);
694 if (LOCAL_LOGV) Slog.v(TAG, "query(" + url + ") for user " + forUser);
752 if (LOCAL_LOGV) Slog.v(TAG, "bulkInsert() for user " + callingUser);
771 if (LOCAL_LOGV) Log.v(TAG, args.table + " <- " + values[i]);
870 if (LOCAL_LOGV) Slog.v(TAG, "insert(" + url + ") for user " + desiredUserHandle
890 if (LOCAL_LOGV) Slog.i(TAG, "Rewrite of insert() of now-global key " + name);
920 if (LOCAL_LOGV) Log.v(TAG, args.table + " <- " + initialValues
931 if (LOCAL_LOGV) Slog.v(TAG, "delete() for user " + callingUser);
953 if (LOCAL_LOGV) Log.v(TAG, args.table + ": " + count + " row(s) deleted");
965 if (LOCAL_LOGV) Slog.v(TAG, "update() for user " + callingUser);
985 if (LOCAL_LOGV) Log.v(TAG, args.table + ": " + count + " row(s) <- " + initialValues);