Searched refs:setMicrophoneEnabled (Results 1 – 3 of 3) sorted by relevance
151 verify(mMicPrivacyChip).setMicrophoneEnabled(eq(true)); in addPrivacyChipView_privacyChipViewPresent_micStatusSet()261 verify(mMicPrivacyChip).setMicrophoneEnabled(eq(false)); in onSensorPrivacyChanged_argTrue_setMicrophoneEnabledWithFalseCalled()277 verify(mMicPrivacyChip).setMicrophoneEnabled(eq(true)); in onSensorPrivacyChanged_argFalse_setMicrophoneEnabledWithTrueCalled()313 verify(mMicPrivacyChip).setMicrophoneEnabled(eq(false)); in onUserUpdateReceive_setMicrophoneEnabledCalled()332 verify(mMicPrivacyChip).setMicrophoneEnabled(eq(true)); in onUserChangeReceive_setMicrophoneEnabledCalled()
78 mPrivacyChip.setMicrophoneEnabled(/* isMicrophoneEnabled= */ !sensorPrivacyEnabled);284 mPrivacyChip.setMicrophoneEnabled(isMicEnabled()); in setUser()
117 public void setMicrophoneEnabled(boolean isMicrophoneEnabled) { in setMicrophoneEnabled() method in MicPrivacyChip