Searched refs:intent_obj (Results 1 – 2 of 2) sorted by relevance
1649 intent_obj, argument1681 cmd.extend(intent_obj.am_args)1687 def StartService(self, intent_obj, user_id=None, timeout=None, retries=None): argument1708 cmd.extend(intent_obj.am_args)1742 def BroadcastIntent(self, intent_obj, timeout=None, retries=None): argument1754 cmd = ['am', 'broadcast'] + intent_obj.am_args
1118 intent_obj: An Intent object to send.1143 intent_obj: An Intent object to send describing the service to start.