Home
last modified time | relevance | path

Searched refs:AUTO_TIMEZONE_POLICY (Results 1 – 4 of 4) 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.java92 new NoArgsPolicyKey(DevicePolicyIdentifiers.AUTO_TIMEZONE_POLICY),
341 POLICY_DEFINITIONS.put(DevicePolicyIdentifiers.AUTO_TIMEZONE_POLICY, AUTO_TIMEZONE); in POLICY_DEFINITIONS.put() argument
H A DDevicePolicyManagerService.java103 import static android.app.admin.DevicePolicyIdentifiers.AUTO_TIMEZONE_POLICY;
23604 POLICY_IDENTIFIER_TO_PERMISSION.put(AUTO_TIMEZONE_POLICY, SET_TIME_ZONE);
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7736 field public static final String AUTO_TIMEZONE_POLICY = "autoTimezone";