Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyIdentifiers.java38 public static final String AUTO_TIMEZONE_POLICY = "autoTimezone"; field in DevicePolicyIdentifiers
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DPolicyDefinition.java341 POLICY_DEFINITIONS.put(DevicePolicyIdentifiers.AUTO_TIMEZONE_POLICY, AUTO_TIMEZONE); in POLICY_DEFINITIONS.put()