Searched refs:assertViewAutofillState (Results 1 – 3 of 3) sorted by relevance
24 import static android.autofillservice.cts.Helper.assertViewAutofillState;592 assertViewAutofillState(mActivity.getUsername(), true);596 assertViewAutofillState(mActivity.getUsername(), false);
35 import static android.autofillservice.cts.Helper.assertViewAutofillState;989 assertViewAutofillState(mActivity.getPassword(), true); in testAutoFillOneDatasetAndSave()998 assertViewAutofillState(mActivity.getPassword(), false); in testAutoFillOneDatasetAndSave()
1432 public static void assertViewAutofillState(@NonNull View view, boolean expected) in assertViewAutofillState() method in Helper