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/am/
DActivityStackSupervisor.java300 private static final int ACTIVITY_RESTRICTION_APPOP = 2; field in ActivityStackSupervisor
1784 if (actionRestriction == ACTIVITY_RESTRICTION_APPOP) { in checkStartAnyActivityPermission()
1792 } else if (componentRestriction == ACTIVITY_RESTRICTION_APPOP) { in checkStartAnyActivityPermission()
1921 return ACTIVITY_RESTRICTION_APPOP; in getComponentRestrictionForCallingPackage()
1963 return ACTIVITY_RESTRICTION_APPOP; in getActionRestrictionForCallingPackage()