Searched refs:UNINSTALL_APPS_SWITCH (Results 1 – 2 of 2) sorted by relevance
88 (mUsersHelper.get().isToggleOn(AutomotiveConfigConstants.UNINSTALL_APPS_SWITCH)) in testToggleOffAllPermissionsAndCheck()91 .toggle(AutomotiveConfigConstants.UNINSTALL_APPS_SWITCH))); in testToggleOffAllPermissionsAndCheck()114 !(mUsersHelper.get().isToggleOn(AutomotiveConfigConstants.UNINSTALL_APPS_SWITCH)) in testToggleOnAllPermissionsAndCheck()117 .toggle(AutomotiveConfigConstants.UNINSTALL_APPS_SWITCH))); in testToggleOnAllPermissionsAndCheck()
464 public static final String UNINSTALL_APPS_SWITCH = "UNINSTALL_APPS_SWITCH"; field in AutomotiveConfigConstants