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.py445 self.device._GetApplicationPathsInternal('android'))
454 self.device._GetApplicationPathsInternal('not.installed.app'))
463 self.device._GetApplicationPathsInternal('android')
472 self.device._GetApplicationPathsInternal('not.installed.app'))
481 self.device._GetApplicationPathsInternal('android')
565 (self.call.device._GetApplicationPathsInternal('android',
579 (self.call.device._GetApplicationPathsInternal('android',
604 (self.call.device._GetApplicationPathsInternal('android',
618 (self.call.device._GetApplicationPathsInternal('android',
659 (self.call.device._GetApplicationPathsInternal('android',
[all …]
Ddevice_utils.py668 return self._GetApplicationPathsInternal(package)
670 def _GetApplicationPathsInternal(self, package, skip_cache=False): member in DeviceUtils
842 return self._GetApplicationPathsInternal('android', skip_cache=True)
995 device_apk_paths = self._GetApplicationPathsInternal(package_name)
1079 installed = self._GetApplicationPathsInternal(package_name)
1507 or self._GetApplicationPathsInternal(package)):
1739 device_paths = self._GetApplicationPathsInternal(package_name)