Updating Phone Snippet for Microphone verifications during call


1. Microphone indicator does not show if a phone call is in progress and dialer app has been muted
2. Microphone indicator shows if a phone call is in progress and dialer app has not been muted


Test: tested on snippet_shell.py

>>> s.dialANumber(511)
>>> s.makeCall()
>>> s.isMicChipPresentOnStatusBar()
True
>>> s.muteCall()
>>> s.isMicChipPresentOnStatusBar()
True
>>> s.isMicChipPresentOnStatusBar()
True
>>> s.isMicChipPresentOnStatusBar()
True
>>> s.isMicChipPresentOnStatusBar()
False
>>> s.endCall()

Bug: 286904179

Change-Id: I732186c01407dda9203d313217b1b86fc89b8481
2 files changed