Home
last modified time | relevance | path

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

/external/autotest/client/cros/multimedia/
Dfacade_resource.py224 def get_visible_notifications(self): member in FacadeResource
230 return self._chrome.get_visible_notifications()
Ddisplay_facade_native.py208 for notification in self._resource.get_visible_notifications():
/external/autotest/client/site_tests/autoupdate_EOL/
Dautoupdate_EOL.py37 notifications = cr.get_visible_notifications()
/external/autotest/client/site_tests/platform_PrintJob/
Dplatform_PrintJob.py125 notifications = self.cr.get_visible_notifications()
/external/autotest/client/common_lib/cros/
Dchrome.py294 def get_visible_notifications(self): member in Chrome