Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DSaferIntentUtils.java214 public static void blockNullAction(IntentArgs args, List componentList) { in blockNullAction() method in SaferIntentUtils
282 final boolean blockNullAction = Flags.blockNullActionIntents() in enforceIntentFilterMatching()
304 enforceMatch && blockNullAction); in enforceIntentFilterMatching()
305 if (blockNullAction) { in enforceIntentFilterMatching()
DResolveIntentHelper.java425 SaferIntentUtils.blockNullAction(args, list); in queryIntentReceiversInternal()
DComputerEngine.java615 SaferIntentUtils.blockNullAction(args, list); in queryIntentActivitiesInternal()
717 SaferIntentUtils.blockNullAction(args, list); in queryIntentServicesInternal()