Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DPrivacyPermissionManagerTest.java70 .hasUIElement(AutomotiveConfigConstants.PRIVACY_PERMISSION_MANAGER)); in testVerifyUIAppPermissions()
80 mSettingUIHelper.get().openUIOptions(AutomotiveConfigConstants.PRIVACY_PERMISSION_MANAGER); in testPermissionManagerRecentDecisionAllow()
97 mSettingUIHelper.get().openUIOptions(AutomotiveConfigConstants.PRIVACY_PERMISSION_MANAGER); in testPermissionManagerRecentDecisionDontAllow()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java646 public static final String PRIVACY_PERMISSION_MANAGER = "PRIVACY_PERMISSION_MANAGER"; field in AutomotiveConfigConstants