Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py409 self.device._GetApplicationPathsInternal('android'))
418 self.device._GetApplicationPathsInternal('not.installed.app'))
427 self.device._GetApplicationPathsInternal('android')
436 self.device._GetApplicationPathsInternal('not.installed.app'))
445 self.device._GetApplicationPathsInternal('android')
534 (self.call.device._GetApplicationPathsInternal('android',
549 (self.call.device._GetApplicationPathsInternal('android',
576 (self.call.device._GetApplicationPathsInternal('android',
591 (self.call.device._GetApplicationPathsInternal('android',
638 (self.call.device._GetApplicationPathsInternal('android',
[all …]
Ddevice_utils.py627 return self._GetApplicationPathsInternal(package)
629 def _GetApplicationPathsInternal(self, package, skip_cache=False): member in DeviceUtils
801 return self._GetApplicationPathsInternal('android', skip_cache=True)
930 device_apk_paths = self._GetApplicationPathsInternal(package_name)
998 installed = self._GetApplicationPathsInternal(package_name)
1429 or self._GetApplicationPathsInternal(package)):
1661 device_paths = self._GetApplicationPathsInternal(package_name)