Searched refs:SetTextCondition (Results 1 – 1 of 1) sorted by relevance
1487 enum SetTextCondition { enum in SimpleSaveActivityTest1503 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.NORMAL); in testShowSaveUiWhenSetTextAutomatically()1513 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.HAS_SESSION); in testNotTriggerAutofillWhenSetTextWhileSessionExists()1523 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.EMPTY_TEXT); in testNotTriggerAutofillWhenSetTextWhileEmptyText()1533 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.FOCUSED); in testNotTriggerAutofillWhenSetTextWhileFocused()1543 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.NOT_IMPORTANT_FOR_AUTOFILL); in testNotTriggerAutofillWhenSetTextWhileNotImportantForAutofill()1553 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.INVISIBLE); in testNotTriggerAutofillWhenSetTextWhileInvisible()1556 private void triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition condition) in triggerAutofillWhenSetTextAutomaticallyTest()1609 if (condition == SetTextCondition.NORMAL) { in triggerAutofillWhenSetTextAutomaticallyTest()