Home
last modified time | relevance | path

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

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