Disable inline tests in Autofill CTS tests if IME is unavailable.
Currently, autofill tests will fail if MockIME cannot be installed
and subsequently inline suggestions cannot be requested.
This CL disables tests that are directly checking inline requests if IME
is unavailable, and adds a MockIme check for other tests so the null
check for inline requests is performed accordingly.
Bug: 218888467
Bug: 219800603
Test: atest InlineAugmentedContentTest InlineAugmentedAuthTest InlineAugmentedWebViewActivityTest AugmentedLoginActivityTest#testAugmentedAutoFill_thenEditField
Change-Id: I35a8696f55ac9744aee4cf2c08c1ba311e50620c
4 files changed