(self)
| 1194 | self._warning_global_use("enumerate_running_processes") |
| 1195 | return self.device.proxy("Application", display=self.display).enumerate_running_processes() |
| 1196 | def current_application(self): |
| 1197 | return self.device.proxy("Application", display=self.display).current_application() |
| 1198 | def start_activity(self, **activity): |
| 1199 | return self.device.proxy("Application", display=self.display).start_activity(**activity) |
| 1200 | def get_application_by_name(self, name): |
nothing calls this directly
no test coverage detected