Home
last modified time | relevance | path

Searched refs:android_events (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/android_lib/
Dservices.py19 from acts.controllers.android_lib import events as android_events unknown
51 event_bus.register(android_events.AndroidStartServicesEvent,
53 event_bus.register(android_events.AndroidStopServicesEvent,
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py36 from acts.controllers.android_lib import events as android_events unknown
421 event_bus.post(android_events.AndroidStartServicesEvent(self))
429 android_events.AndroidStopServicesEvent(self), ignore_errors=True)