Home
last modified time | relevance | path

Searched refs:DEBUG_FILTERS (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPreferredActivity.java36 private static final boolean DEBUG_FILTERS = false; field in PreferredActivity
88 if (DEBUG_FILTERS) {
92 if (DEBUG_FILTERS) {
H A DComponentResolver.java594 if (DEBUG_FILTERS) { in fixProtectedFilterPriorities()
604 if (DEBUG_FILTERS) { in fixProtectedFilterPriorities()
943 if (DEBUG_FILTERS) { in adjustPriority()
966 if (DEBUG_FILTERS) { in adjustPriority()
988 if (DEBUG_FILTERS) { in adjustPriority()
1011 if (DEBUG_FILTERS) { in adjustPriority()
1033 if (DEBUG_FILTERS) { in adjustPriority()
1051 if (DEBUG_FILTERS) { in adjustPriority()
1068 if (DEBUG_FILTERS) { in adjustPriority()
1087 if (DEBUG_FILTERS) { in adjustPriority()
[all …]
H A DPersistentPreferredActivity.java40 private static final boolean DEBUG_FILTERS = false; field in PersistentPreferredActivity