Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DAppVersionFetcherTest.java55 AppVersionFetcher.fetch(mMockDevice, PACKAGE_NAME, AppVersionInfo.VERSION_CODE)); in testFetchVersionCode_valid()
65 AppVersionFetcher.fetch(mMockDevice, PACKAGE_NAME, AppVersionInfo.VERSION_NAME)); in testFetchVersionName_valid()
77 AppVersionFetcher.fetch(mMockDevice, PACKAGE_NAME, AppVersionInfo.VERSION_CODE)); in testFetchVersionCode_validMultipleLines()
87 AppVersionFetcher.fetch(mMockDevice, PACKAGE_NAME, AppVersionInfo.VERSION_NAME)); in testFetchVersionName_validMultipleLines()
95 AppVersionFetcher.fetch(mMockDevice, PACKAGE_NAME, AppVersionInfo.VERSION_CODE); in testFetchVersionCode_invalidResponse()
106 AppVersionFetcher.fetch(mMockDevice, PACKAGE_NAME, AppVersionInfo.VERSION_NAME); in testFetchVersionName_invalidResponse()
/tools/netsim/ui/dist/js/
Ddevice-observer.js1fetch(e,{method:"GET"}).then((e=>e.json())).then((e=>{this.fetchDevice(e.devices),this.updateLastM…
Dnetsim-app.js1fetch("./version",{method:"GET"}).then((e=>e.json())).then((e=>{this.version=e.version})).catch((e…
/tools/netsim/ui/ts/
Ddevice-observer.ts152 await fetch(DEVICES_URL, {
167 await fetch(CAPTURES_URL, {
217 fetch(CAPTURES_URL + '/' + id, {
230 fetch(DEVICES_URL, {
285 await fetch(DEVICES_URL, {
Dnetsim-app.ts44 fetch('./version', {
77 fetch('./v1/devices', {
/tools/ndkports/
DREADME.md16 where to fetch the source, apply any patches needed, build, install, and package
20 Projects define the name and version of the port, the URL to fetch source from,
/tools/external_updater/tests/endtoend/treebuilder/
Dfakeproject.py65 self.android_mirror.fetch(self.upstream)
/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/metalava/scripts/
Dmerge-from-metalava-main.sh51 output_only_on_failure git fetch ${SPLIT_REPOSITORY_BRANCH}
/tools/external_updater/
Dgit_updater.py46 git_utils.fetch(self._proj_path, self.UPSTREAM_REMOTE_NAME)
Dgithub_archive_updater.py120 git_utils.fetch(self._proj_path, self.UPSTREAM_REMOTE_NAME)
Dcrates_updater.py91 git_utils.fetch(self._proj_path, self.UPSTREAM_REMOTE_NAME, branch)
Dgit_utils.py27 def fetch(proj_path: Path, remote_name: str, branch: str | None = None) -> None: function
/tools/external_updater/tests/
Dgitrepo.py65 def fetch(self, ref_or_repo: str | GitRepo) -> None: member in GitRepo
/tools/netsim/pdl/
Dmac80211_hwsim.pdl55 * @HWSIM_CMD_GET_RADIO: fetch information about existing radios, uses:
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dbuild_event_stream.proto233 FetchId fetch = 17; field
382 // event will only occur in streams where an actual fetch happened, not in ones
1161 Fetch fetch = 21; field