Home
last modified time | relevance | path

Searched refs:AndroidStartServicesEvent (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/android_lib/
Dservices_test.py21 from acts.controllers.android_lib.events import AndroidStartServicesEvent
41 subscriptions[AndroidStartServicesEvent]))
58 wrong_event = AndroidStartServicesEvent(wrong_ad)
64 right_event = AndroidStartServicesEvent(right_ad)
79 subscriptions[AndroidStartServicesEvent]))
/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Devents.py31 class AndroidStartServicesEvent(AndroidEvent): class
Dservices.py51 event_bus.register(android_events.AndroidStartServicesEvent,
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py498 event_bus.post(android_events.AndroidStartServicesEvent(self))