HomeSort by relevance Sort by last modified time
    Searched refs:assertAutofillEnabled (Results 1 - 7 of 7) sorted by null

  /cts/tests/autofillservice/src/android/autofillservice/cts/
ServiceDisabledForSureTest.java 72 Helper.assertAutofillEnabled(afm, false);
75 Helper.assertAutofillEnabled(afm, true);
78 Helper.assertAutofillEnabled(afm, false);
ServiceEnabledForSureTest.java 70 Helper.assertAutofillEnabled(afm, true);
73 Helper.assertAutofillEnabled(afm, false);
76 Helper.assertAutofillEnabled(afm, true);
DisableAutofillTest.java 119 assertAutofillEnabled(activity, action == PostLaunchAction.ASSERT_ENABLED_AND_AUTOFILL);
166 assertAutofillEnabled(activity, action == PostLaunchAction.ASSERT_ENABLED_AND_AUTOFILL);
316 private void assertAutofillEnabled(AbstractAutoFillActivity activity, boolean expected)
319 "assertAutofillEnabled(" + activity.getComponentName().flattenToShortString() + ")",
WebViewMultiScreenLoginActivityTest.java 91 Helper.assertAutofillEnabled(myWebView.getContext(), true);
197 Helper.assertAutofillEnabled(myWebView.getContext(), true);
Helper.java     [all...]
WebViewActivityTest.java 107 Helper.assertAutofillEnabled(myWebView.getContext(), true);
LoginActivityTest.java     [all...]

Completed in 188 milliseconds