Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsPrivacyHelperImpl.java58 getUiElementFromConfig(AutomotiveConfigConstants.TOGGLE_MICROPHONE); in turnOnOffMicroPhone()
63 microPhoneSwitch, AutomotiveConfigConstants.TOGGLE_MICROPHONE); in turnOnOffMicroPhone()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java519 public static final String TOGGLE_MICROPHONE = "TOGGLE_MICROPHONE"; field in AutomotiveConfigConstants