Searched refs:at_most_one (Results 1 – 4 of 4) sorted by relevance
47 self.package_info.package, at_most_one=True)
831 at_most_one: A boolean indicating that at most one PID is expected to837 A list of the PIDs for the named process. If at_most_one=True returns841 CommandFailedError if at_most_one=True and more than one PID is found
2550 def GetApplicationPids(self, process_name, at_most_one=False, argument2575 if at_most_one:
2643 self.device.GetApplicationPids('match', at_most_one=True))2653 self.device.GetApplicationPids('one.match', at_most_one=True))2662 self.device.GetApplicationPids('foo', at_most_one=True)