Home
last modified time | relevance | path

Searched refs:GetApplicationPaths (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/tools/
Dsystem_app_devicetest.py36 self._original_paths = self._device.GetApplicationPaths(self.PACKAGE)
46 final_paths = self._device.GetApplicationPaths(self.PACKAGE)
85 replaced_paths = self._device.GetApplicationPaths(self.PACKAGE)
87 restored_paths = self._device.GetApplicationPaths(self.PACKAGE)
93 removed_paths = self._device.GetApplicationPaths(self.PACKAGE)
Dwebview_app.py77 all_paths = device.GetApplicationPaths(package_name)
133 all_paths = device.GetApplicationPaths(package_name)
Dprovision_devices.py193 if device.GetApplicationPaths(package):
365 found_paths.extend(device.GetApplicationPaths(system_package))
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py659 def GetApplicationPaths(self, package, timeout=None, retries=None): member in DeviceUtils
2835 installed = self.GetApplicationPaths(package_name)
Ddevice_utils_test.py2844 self.call.device.GetApplicationPaths, return_value=['/any/path']):
2852 with self.patch_call(self.call.device.GetApplicationPaths, return_value=[]):
2860 self.call.device.GetApplicationPaths, return_value=['/any/path']):
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md170 ### DeviceUtils.GetApplicationPaths