Lines Matching refs:TAG

47     final private static String TAG = "IntentResolver";
54 Slog.v(TAG, "Adding filter: " + f);
55 f.dump(new LogPrinter(Log.VERBOSE, TAG, Log.LOG_ID_SYSTEM), " ");
56 Slog.v(TAG, " Building Lookup Maps:");
198 Slog.v(TAG, "Removing filter: " + f);
199 f.dump(new LogPrinter(Log.VERBOSE, TAG, Log.LOG_ID_SYSTEM), " ");
200 Slog.v(TAG, " Cleaning Lookup Maps:");
381 TAG, "Resolving type=" + resolvedType + " scheme=" + scheme
401 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
403 if (debug) Slog.v(TAG, "Second type cut: "
408 if (debug) Slog.v(TAG, "First type cut: " + Arrays.toString(firstTypeCut));
410 if (debug) Slog.v(TAG, "Second type cut: "
416 if (debug) Slog.v(TAG, "Third type cut: " + Arrays.toString(thirdTypeCut));
422 if (debug) Slog.v(TAG, "Typed Action list: " + Arrays.toString(firstTypeCut));
432 if (debug) Slog.v(TAG, "Scheme list: " + Arrays.toString(schemeCut));
440 if (debug) Slog.v(TAG, "Action list: " + Arrays.toString(firstTypeCut));
463 Slog.v(TAG, "Final result list:");
465 Slog.v(TAG, " " + finalList.get(i));
569 if (localLOGV) Slog.v(TAG, prefix + name);
600 if (localLOGV) Slog.v(TAG, prefix + name);
630 if (localLOGV) Slog.v(TAG, prefix + name);
646 if (localLOGV) Slog.v(TAG, prefix + name);
700 logPrinter = new LogPrinter(Log.VERBOSE, TAG, Log.LOG_ID_SYSTEM);
713 if (debug) Slog.v(TAG, "Matching against filter " + filter);
717 Slog.v(TAG, " Filter's target is stopped; skipping");
725 Slog.v(TAG, " Filter is not from package " + packageName + "; skipping");
733 Slog.v(TAG, " Filter verified: " + isFilterVerified(filter));
736 Slog.v(TAG, " " + filter.getDataAuthority(z).getHost());
744 Slog.v(TAG, " Filter's target already added");
749 match = filter.match(action, resolvedType, scheme, data, categories, TAG);
751 if (debug) Slog.v(TAG, " Filter matched! match=0x" +
777 Slog.v(TAG, " Filter did not match: " + reason);
784 Slog.w(TAG, "resolveIntent failed: found match, but none with CATEGORY_DEFAULT");
786 Slog.w(TAG, "resolveIntent: multiple matches, only some with CATEGORY_DEFAULT");