Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/AdminUserGrantPermissions/src/android/platform/tests/
DGrantPermissionsToNonAdminUserTest.java88 (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()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java464 public static final String UNINSTALL_APPS_SWITCH = "UNINSTALL_APPS_SWITCH"; field in AutomotiveConfigConstants