Home
last modified time | relevance | path

Searched refs:ALLOW_WHILE_USING_APP (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoPrivacySettingsHelper.java25 ALLOW_WHILE_USING_APP, enumConstant
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsPrivacyHelperImpl.java285 } else if (permission == Permission.ALLOW_WHILE_USING_APP) { in changePermissions()
286 executeWorkflow(AutomotiveConfigConstants.ALLOW_WHILE_USING_APP); in changePermissions()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java647 public static final String ALLOW_WHILE_USING_APP = "PERMISSION_ALLOW_WHILE_USING_APP"; field in AutomotiveConfigConstants