Searched refs:CREATE_NEW_PROFILE_SWITCH (Results 1 – 2 of 2) sorted by relevance
73 (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()
459 public static final String CREATE_NEW_PROFILE_SWITCH = "CREATE_NEW_PROFILE_SWITCH"; field in AutomotiveConfigConstants