Searched refs:GetApplicationPaths (Results 1 – 6 of 6) sorted by relevance
36 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)
77 all_paths = device.GetApplicationPaths(package_name)133 all_paths = device.GetApplicationPaths(package_name)
193 if device.GetApplicationPaths(package):365 found_paths.extend(device.GetApplicationPaths(system_package))
659 def GetApplicationPaths(self, package, timeout=None, retries=None): member in DeviceUtils2835 installed = self.GetApplicationPaths(package_name)
2844 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']):
170 ### DeviceUtils.GetApplicationPaths