Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2200 def GetApplicationPids(self, process_name, at_most_one=False, **kwargs): argument
2223 if at_most_one:
Ddevice_utils_test.py2419 self.device.GetApplicationPids('match', at_most_one=True))
2429 self.device.GetApplicationPids('one.match', at_most_one=True))
2438 self.device.GetApplicationPids('foo', at_most_one=True)