Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStackSupervisor.java238 private static final int ACTIVITY_RESTRICTION_APPOP = 2; field in ActivityStackSupervisor
1049 if (actionRestriction == ACTIVITY_RESTRICTION_APPOP) { in checkStartAnyActivityPermission()
1057 } else if (componentRestriction == ACTIVITY_RESTRICTION_APPOP) { in checkStartAnyActivityPermission()
1172 return ACTIVITY_RESTRICTION_APPOP; in getComponentRestrictionForCallingPackage()
1214 return ACTIVITY_RESTRICTION_APPOP; in getActionRestrictionForCallingPackage()