Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java248 private static final int ACTIVITY_RESTRICTION_APPOP = 2; field in ActivityTaskSupervisor
1139 if (actionRestriction == ACTIVITY_RESTRICTION_APPOP) { in checkStartAnyActivityPermission()
1147 } else if (componentRestriction == ACTIVITY_RESTRICTION_APPOP) { in checkStartAnyActivityPermission()
1300 return ACTIVITY_RESTRICTION_APPOP; in getComponentRestrictionForCallingPackage()
1361 return ACTIVITY_RESTRICTION_APPOP; in getActionRestrictionForCallingPackage()