Home
last modified time | relevance | path

Searched refs:CREATE_NEW_PROFILE_SWITCH (Results 1 – 2 of 2) sorted by relevance

/platform_testing/tests/automotive/functional/AdminUserGrantPermissions/src/android/platform/tests/
DGrantPermissionsToNonAdminUserTest.java73 (mUsersHelper.get().isToggleOn(AutomotiveConfigConstants.CREATE_NEW_PROFILE_SWITCH)) in testToggleOffAllPermissionsAndCheck()
76 .toggle(AutomotiveConfigConstants.CREATE_NEW_PROFILE_SWITCH))); in testToggleOffAllPermissionsAndCheck()
99 .isToggleOn(AutomotiveConfigConstants.CREATE_NEW_PROFILE_SWITCH)) in testToggleOnAllPermissionsAndCheck()
102 .toggle(AutomotiveConfigConstants.CREATE_NEW_PROFILE_SWITCH))); in testToggleOnAllPermissionsAndCheck()
124 (mUsersHelper.get().isToggleOn(AutomotiveConfigConstants.CREATE_NEW_PROFILE_SWITCH)) in testUnCheckCreateNewProfilesPermissionAndSwitchToNonAdminUser()
127 .toggle(AutomotiveConfigConstants.CREATE_NEW_PROFILE_SWITCH))); in testUnCheckCreateNewProfilesPermissionAndSwitchToNonAdminUser()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java459 public static final String CREATE_NEW_PROFILE_SWITCH = "CREATE_NEW_PROFILE_SWITCH"; field in AutomotiveConfigConstants