Home
last modified time | relevance | path

Searched defs:PACKAGES_SUSPENDED_POLICY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DDevicePolicyIdentifiers.java120 public static final String PACKAGES_SUSPENDED_POLICY = "packagesSuspended"; field in DevicePolicyIdentifiers
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DPolicyDefinition.java437 POLICY_DEFINITIONS.put(DevicePolicyIdentifiers.PACKAGES_SUSPENDED_POLICY, in POLICY_DEFINITIONS.put()