Lines Matching refs:TAG

52     private static final String TAG = "ValidateNoPeople";
53 private static final boolean VERBOSE = Log.isLoggable(TAG, Log.VERBOSE);;
54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
90 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
104 if (VERBOSE) Slog.i(TAG, "mEvictionCount: " + mEvictionCount);
117 if (VERBOSE) Slog.i(TAG, "disabled");
121 if (VERBOSE) Slog.i(TAG, "skipping empty notification");
125 if (VERBOSE) Slog.i(TAG, "skipping global notification");
130 if (VERBOSE) Slog.i(TAG, "skipping notification that lacks a context");
149 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
174 Slog.w(TAG, "Timeout while waiting for affinity: " + key + ". "
179 Slog.w(TAG, "InterruptedException while waiting for affinity: " + key + ". "
196 Log.e(TAG, "failed to create package context for lookups", e);
231 if (VERBOSE) Slog.i(TAG, "Validating: " + key + " for " + context.getUserId());
243 if (DEBUG) Slog.d(TAG, "using cached lookupResult");
255 if (VERBOSE) Slog.i(TAG, "final affinity: " + affinity);
259 if (DEBUG) Slog.d(TAG, "Pending: future work scheduled for: " + key);
349 Slog.w(TAG, "Null cursor from contacts query.");
356 Slog.w(TAG, "Problem getting content resolver or performing contacts query.", t);
383 if (DEBUG) Slog.d(TAG, "contact _ID is: " + id);
386 Slog.i(TAG, "invalid cursor: no _ID");
396 if (DEBUG) Slog.d(TAG, "contact STARRED is: " + isStarred);
398 if (DEBUG) Slog.d(TAG, "invalid cursor: no STARRED");
433 if (VERBOSE) Slog.i(TAG, "Executing: validation for: " + mKey);
439 if (DEBUG) Slog.d(TAG, "checking telephone URI: " + handle);
442 if (DEBUG) Slog.d(TAG, "checking mailto URI: " + handle);
445 if (DEBUG) Slog.d(TAG, "checking lookup URI: " + handle);
449 Slog.w(TAG, "unsupported URI " + handle);
456 if (DEBUG) Slog.d(TAG, "lookup contactAffinity is " + lookupResult.getAffinity());
459 if (DEBUG) Slog.d(TAG, "lookupResult is null");
463 Slog.d(TAG, "Validation finished in " + (System.currentTimeMillis() - timeStartMs) +
477 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity());