Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/datetime/
H A DDatetimeUtils.java18 import static android.os.UserManager.DISALLOW_CONFIG_DATE_TIME;
47 .hasUserRestriction(DISALLOW_CONFIG_DATE_TIME)) { in getAvailabilityStatus()
60 if (hasUserRestrictionByDpm(context, DISALLOW_CONFIG_DATE_TIME)) { in runClickableWhileDisabled()
72 DISALLOW_CONFIG_DATE_TIME), in showActionDisabledByAdminDialog()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DRestrictionsSetTest.java77 String restriction = UserManager.DISALLOW_CONFIG_DATE_TIME; in testMoveRestriction_containsRestriction()
97 UserManager.DISALLOW_CONFIG_DATE_TIME); in testMoveRestriction_doesNotContainRestriction()
113 UserManager.DISALLOW_CONFIG_DATE_TIME)); in testIsEmpty_hasRestrictions()
127 UserManager.DISALLOW_CONFIG_DATE_TIME)); in testMergeAll_hasRestrictions()
134 UserManager.DISALLOW_CONFIG_DATE_TIME, UserManager.DISALLOW_ADD_USER, in testMergeAll_hasRestrictions()
/aosp12/packages/apps/Settings/src/com/android/settings/datetime/
H A DAutoTimePreferenceController.java81 mContext, UserManager.DISALLOW_CONFIG_DATE_TIME, in getEnforcedAdminProperty()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DUserRestrictionsUtils.java98 UserManager.DISALLOW_CONFIG_DATE_TIME,
206 UserManager.DISALLOW_CONFIG_DATE_TIME,
221 UserManager.DISALLOW_CONFIG_DATE_TIME,
771 restriction = UserManager.DISALLOW_CONFIG_DATE_TIME; in isSettingRestrictedForUser()
/aosp12/frameworks/base/services/core/java/com/android/server/timedetector/
H A DEnvironmentImpl.java177 return !mUserManager.hasUserRestriction(UserManager.DISALLOW_CONFIG_DATE_TIME, userHandle); in isUserConfigAllowed()
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/
H A DEnvironmentImpl.java200 return !mUserManager.hasUserRestriction(UserManager.DISALLOW_CONFIG_DATE_TIME, userHandle); in isUserConfigAllowed()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerServiceMigrationTest.java432 .contains(UserManager.DISALLOW_CONFIG_DATE_TIME); in testCompMigrationAffiliated()
436 .doesNotContain(UserManager.DISALLOW_CONFIG_DATE_TIME); in testCompMigrationAffiliated()
H A DDevicePolicyManagerTest.java2249 UserManager.DISALLOW_CONFIG_DATE_TIME,
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/datetime/
H A DAutoTimeZoneTogglePreferenceControllerTest.java68 android.os.UserManager.DISALLOW_CONFIG_DATE_TIME;
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DDateTimeFragment.java126 final String userRestriction = UserManager.DISALLOW_CONFIG_DATE_TIME; in onCreatePreferences()
/aosp12/frameworks/base/core/java/android/os/
H A DUserManager.java634 public static final String DISALLOW_CONFIG_DATE_TIME = "no_config_date_time"; field in UserManager
1396 DISALLOW_CONFIG_DATE_TIME,
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DActiveAdmin.java947 restrictions.putBoolean(UserManager.DISALLOW_CONFIG_DATE_TIME, true); in addSyntheticRestrictions()
H A DDevicePolicyManagerService.java2193 UserManager.DISALLOW_CONFIG_DATE_TIME, true); in moveDoPoliciesToProfileParentAdminLocked()
2492 UserManager.DISALLOW_CONFIG_DATE_TIME, true); in fixupAutoTimeRestrictionDuringOrganizationOwnedDeviceMigration()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt32064 field public static final String DISALLOW_CONFIG_DATE_TIME = "no_config_date_time";