Searched defs:DEBUG_INTENT_MATCHING (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java244 private static final boolean DEBUG_INTENT_MATCHING = false; field in class:PackageManagerService
3078 if (DEBUG_INTENT_MATCHING || debug) {
3505 if (DEBUG_INTENT_MATCHING) {
3527 if (DEBUG_INTENT_MATCHING) {
3565 if (DEBUG_INTENT_MATCHING) Log.v(TAG, "Specific #" + i + ": " + ai);
3575 if (DEBUG_INTENT_MATCHING) Log.v(
3623 if (DEBUG_INTENT_MATCHING) Log.v(
3662 if (DEBUG_INTENT_MATCHING) Log.v(TAG, "Result: " + results);

Completed in 63 milliseconds