Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/autoupdate_EOL/
Dautoupdate_EOL.py52 def find_notification(expected_title): function
60 final_notification = find_notification(expected_final_title)
61 warning_notification = find_notification(expected_warning_title)
/external/autotest/client/site_tests/autoupdate_UpdateFromUI/
Dautoupdate_UpdateFromUI.py38 def find_notification(): function
47 condition=find_notification,
/external/autotest/client/site_tests/platform_PrintJob/
Dplatform_PrintJob.py42 def find_notification(title=None): function
52 condition=lambda: find_notification(notification),