Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/bluetooth_FastPairUI/
Dbluetooth_FastPairUI.py54 def find_notification(self, expected_id): member in bluetooth_FastPairUI
64 condition=lambda: self.find_notification(expected_id),
75 condition=lambda: not self.find_notification(expected_id),
85 condition=lambda: (self.find_notification(
86 self.DISCOVERY_GUEST_ID) or self.find_notification(
118 if self.find_notification(self.ERROR_ID):
/external/autotest/client/site_tests/autoupdate_EOL/
Dautoupdate_EOL.py53 def find_notification(expected_title): function
61 final_notification = find_notification(expected_final_title)
62 warning_notification = find_notification(expected_warning_title)
/external/autotest/client/site_tests/autoupdate_UpdateFromUI/
Dautoupdate_UpdateFromUI.py39 def find_notification(): function
48 condition=find_notification,