Home
last modified time | relevance | path

Searched refs:_GetApplicationPathsInternal (Results 1 – 4 of 4) sorted by relevance

/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils_test.py353 self.device._GetApplicationPathsInternal('android'))
362 self.device._GetApplicationPathsInternal('not.installed.app'))
371 self.device._GetApplicationPathsInternal('android')
433 (self.call.device._GetApplicationPathsInternal('android',
447 (self.call.device._GetApplicationPathsInternal('android',
472 (self.call.device._GetApplicationPathsInternal('android',
486 (self.call.device._GetApplicationPathsInternal('android',
527 (self.call.device._GetApplicationPathsInternal('android',
531 (self.call.device._GetApplicationPathsInternal('android',
535 (self.call.device._GetApplicationPathsInternal('android',
[all …]
Ddevice_utils.py455 return self._GetApplicationPathsInternal(package)
457 def _GetApplicationPathsInternal(self, package, skip_cache=False): member in DeviceUtils
558 return self._GetApplicationPathsInternal('android', skip_cache=True)
681 device_apk_paths = self._GetApplicationPathsInternal(package_name)
748 installed = self._GetApplicationPathsInternal(package_name)
1132 or self._GetApplicationPathsInternal(package)):
1293 device_paths = self._GetApplicationPathsInternal(package_name)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py375 self.device._GetApplicationPathsInternal('android'))
384 self.device._GetApplicationPathsInternal('not.installed.app'))
393 self.device._GetApplicationPathsInternal('android')
402 self.device._GetApplicationPathsInternal('android')
465 (self.call.device._GetApplicationPathsInternal('android',
479 (self.call.device._GetApplicationPathsInternal('android',
504 (self.call.device._GetApplicationPathsInternal('android',
518 (self.call.device._GetApplicationPathsInternal('android',
559 (self.call.device._GetApplicationPathsInternal('android',
563 (self.call.device._GetApplicationPathsInternal('android',
[all …]
Ddevice_utils.py519 return self._GetApplicationPathsInternal(package)
521 def _GetApplicationPathsInternal(self, package, skip_cache=False): member in DeviceUtils
624 return self._GetApplicationPathsInternal('android', skip_cache=True)
753 device_apk_paths = self._GetApplicationPathsInternal(package_name)
820 installed = self._GetApplicationPathsInternal(package_name)
1220 or self._GetApplicationPathsInternal(package)):
1382 device_paths = self._GetApplicationPathsInternal(package_name)