Searched refs:turnOnOffMicroPhone (Results 1 – 3 of 3) sorted by relevance
83 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()
34 void turnOnOffMicroPhone(boolean onOff); in turnOnOffMicroPhone() method
54 public void turnOnOffMicroPhone(boolean onOff) { in turnOnOffMicroPhone() method in SettingsPrivacyHelperImpl