Home
last modified time | relevance | path

Searched refs:triggerAutofillWhenSetTextAutomaticallyTest (Results 1 – 1 of 1) sorted by relevance

/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DSimpleSaveActivityTest.java1487 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.NORMAL); in testShowSaveUiWhenSetTextAutomatically()
1497 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.HAS_SESSION); in testNotTriggerAutofillWhenSetTextWhileSessionExists()
1507 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.EMPTY_TEXT); in testNotTriggerAutofillWhenSetTextWhileEmptyText()
1517 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.FOCUSED); in testNotTriggerAutofillWhenSetTextWhileFocused()
1527 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.NOT_IMPORTANT_FOR_AUTOFILL); in testNotTriggerAutofillWhenSetTextWhileNotImportantForAutofill()
1537 triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition.INVISIBLE); in testNotTriggerAutofillWhenSetTextWhileInvisible()
1540 private void triggerAutofillWhenSetTextAutomaticallyTest(SetTextCondition condition) in triggerAutofillWhenSetTextAutomaticallyTest() method in SimpleSaveActivityTest