Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
H A DPrivacyChipViewControllerTest.java151 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()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
H A DPrivacyChipViewController.java78 mPrivacyChip.setMicrophoneEnabled(/* isMicrophoneEnabled= */ !sensorPrivacyEnabled);
284 mPrivacyChip.setMicrophoneEnabled(isMicEnabled()); in setUser()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/privacy/
H A DMicPrivacyChip.java117 public void setMicrophoneEnabled(boolean isMicrophoneEnabled) { in setMicrophoneEnabled() method in MicPrivacyChip