Home
last modified time | relevance | path

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

/external/autotest/client/cros/multimedia/
Dfacade_resource.py228 def get_visible_notifications(self): member in FacadeResource
234 return self._chrome.get_visible_notifications()
Ddisplay_facade_native.py213 for notification in self._resource.get_visible_notifications():
/external/autotest/client/site_tests/autoupdate_UpdateFromUI/
Dautoupdate_UpdateFromUI.py40 notifications = self._cr.get_visible_notifications()
/external/autotest/client/site_tests/platform_PrintJob/
Dplatform_PrintJob.py43 notifications = self.cr.get_visible_notifications()
/external/autotest/client/site_tests/autoupdate_EOL/
Dautoupdate_EOL.py54 notifications = self._cr.get_visible_notifications()
/external/autotest/client/common_lib/cros/
Dchrome.py360 def get_visible_notifications(self): member in Chrome