Home
last modified time | relevance | path

Searched refs:FLAG_DEBUG_LOG_RESOLUTION (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DIntentResolver.java86 || ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0); in intentMatchesFilter()
359 ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0); in queryIntentFromList()
385 ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0); in queryIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DCrossProfileIntentResolverEngine.java445 final boolean debug = (intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0; in filterCandidatesWithDomainPreferredActivitiesLPr()
H A DResolveIntentHelper.java225 final boolean debug = ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0); in chooseBestActivity()
H A DPackageManagerServiceUtils.java1264 intent.addFlags(Intent.FLAG_DEBUG_LOG_RESOLUTION); in updateIntentForResolve()
H A DComputerEngine.java2345 var debug = (intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0; in isInstantAppResolutionAllowedBody()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java6730 FLAG_DEBUG_LOG_RESOLUTION,
6780 FLAG_DEBUG_LOG_RESOLUTION,
6851 public static final int FLAG_DEBUG_LOG_RESOLUTION = 0x00000008; field in Intent
8482 intent.addFlags(Intent.FLAG_DEBUG_LOG_RESOLUTION); in parseCommandArgs()
/aosp14/frameworks/base/telephony/common/com/android/internal/telephony/
H A DSmsApplication.java266 intent.addFlags(Intent.FLAG_DEBUG_LOG_RESOLUTION); in getApplicationCollectionInternal()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationService.java1730 var debug = DEBUG_APPROVAL || (intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0; in approvalLevelForDomain()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerService.java1350 final boolean debug = ((intent.getFlags() & Intent.FLAG_DEBUG_LOG_RESOLUTION) != 0); in startNextMatchingActivity()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11111 field public static final int FLAG_DEBUG_LOG_RESOLUTION = 8; // 0x8