Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsPrivacyHelperImpl.java97 getUiElementFromConfig(AutomotiveConfigConstants.MICRO_PHONE_CHIP_STATUS_BAR); in isMicChipPresentOnStatusBar()
123 getUiElementFromConfig(AutomotiveConfigConstants.MICRO_PHONE_CHIP_STATUS_BAR); in clickUnMutedMicroPhoneStatusBar()
127 microPhoneChip, AutomotiveConfigConstants.MICRO_PHONE_CHIP_STATUS_BAR); in clickUnMutedMicroPhoneStatusBar()
/platform_testing/libraries/automotive-helpers/auto-default-config/src/android/platform/helpers/
DAutomotiveConfigConstants.java525 public static final String MICRO_PHONE_CHIP_STATUS_BAR = "MICRO_PHONE_CHIP_STATUS_BAR"; field in AutomotiveConfigConstants