Searched refs:INSTALL_NEW_APPS_SWITCH (Results 1 – 2 of 2) sorted by relevance
83 (mUsersHelper.get().isToggleOn(AutomotiveConfigConstants.INSTALL_NEW_APPS_SWITCH)) in testToggleOffAllPermissionsAndCheck()86 .toggle(AutomotiveConfigConstants.INSTALL_NEW_APPS_SWITCH))); in testToggleOffAllPermissionsAndCheck()109 !(mUsersHelper.get().isToggleOn(AutomotiveConfigConstants.INSTALL_NEW_APPS_SWITCH)) in testToggleOnAllPermissionsAndCheck()112 .toggle(AutomotiveConfigConstants.INSTALL_NEW_APPS_SWITCH))); in testToggleOnAllPermissionsAndCheck()
463 public static final String INSTALL_NEW_APPS_SWITCH = "INSTALL_NEW_APPS_SWITCH"; field in AutomotiveConfigConstants