Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java232 private static final int ACTIVITY_RESTRICTION_APPOP = 2; field in ActivityTaskSupervisor
1062 if (actionRestriction == ACTIVITY_RESTRICTION_APPOP) { in checkStartAnyActivityPermission()
1070 } else if (componentRestriction == ACTIVITY_RESTRICTION_APPOP) { in checkStartAnyActivityPermission()
1198 return ACTIVITY_RESTRICTION_APPOP; in getComponentRestrictionForCallingPackage()
1259 return ACTIVITY_RESTRICTION_APPOP; in getActionRestrictionForCallingPackage()