Home
last modified time | relevance | path

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

/platform_testing/tests/automotive/functional/settings/src/android/platform/tests/
DMicroPhoneSettingTest.java83 mPrivacySettingsHelper.get().turnOnOffMicroPhone(true); in goBackToSettingsScreen()
90 mPrivacySettingsHelper.get().turnOnOffMicroPhone(false); in testMicroPhoneToggleOff()
103 mPrivacySettingsHelper.get().turnOnOffMicroPhone(false); in testMicroPhoneToggleOn()
105 mPrivacySettingsHelper.get().turnOnOffMicroPhone(true); in testMicroPhoneToggleOn()
121 mPrivacySettingsHelper.get().turnOnOffMicroPhone(false); in testMicroPhonePanelStatusBar()
138 mPrivacySettingsHelper.get().turnOnOffMicroPhone(false); in testMicroPhonePanelStatusBarFromHome()
153 mPrivacySettingsHelper.get().turnOnOffMicroPhone(false); in testMicroPhonePanelSettingsLink()
166 mPrivacySettingsHelper.get().turnOnOffMicroPhone(false); in testMicroPhonePanelToggle()
186 mPrivacySettingsHelper.get().turnOnOffMicroPhone(false); in testMicroPhoneButtonDimiss()
/platform_testing/libraries/app-helpers/interfaces/auto/src/android/platform/helpers/
DIAutoPrivacySettingsHelper.java34 void turnOnOffMicroPhone(boolean onOff); in turnOnOffMicroPhone() method
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsPrivacyHelperImpl.java54 public void turnOnOffMicroPhone(boolean onOff) { in turnOnOffMicroPhone() method in SettingsPrivacyHelperImpl