Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/util/
DAppVersionFetcher.java54 public static String fetch(ITestDevice device, String packageName, AppVersionInfo info) in fetch() method in AppVersionFetcher
/tools/external_updater/
Dgit_utils.py28 def fetch(proj_path: Path, remote_names: List[str]) -> None: function