Searched refs:find_notification (Results 1 – 3 of 3) sorted by relevance
54 def find_notification(self, expected_id): member in bluetooth_FastPairUI64 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):
53 def find_notification(expected_title): function61 final_notification = find_notification(expected_final_title)62 warning_notification = find_notification(expected_warning_title)
39 def find_notification(): function48 condition=find_notification,