Home
last modified time | relevance | path

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

/development/samples/browseable/NetworkConnect/
D_index.jd8 This sample demonstrates how to connect to the network and fetch raw HTML using
9 HttpsURLConnection. AsyncTask is used to perform the fetch on a background thread.
/development/vndk/tools/header-checker/android/
Dupdate_clang-tools.sh37 rm .fetch*
59 rm "build-prebuilts.zip" .fetch*
/development/tools/repo_pull/
Drepo_pull.py86 def __init__(self, project, fetch, commit_sha1, commit, change_list): argument
93 self.fetch = fetch
97 fetch_git = fetch.get(protocol)
103 'unknown fetch protocols: ' + str(list(fetch.keys())))
161 fetch = value['fetch']
175 project, fetch, commit_sha1, commit, change_list)
/development/tools/winscope/src/traces/
DTraceBase.ts56 const blob = await fetch(file.blobUrl).then((r) => r.blob());
/development/samples/browseable/BasicSyncAdapter/
D_index.jd8 This sample demonstrates using SyncAdapter to fetch background data for an app that
/development/tools/winscope/src/mixins/
DSaveAsZip.js66 const blob = await fetch(file.blobUrl).then((r) => r.blob());
/development/samples/training/network-usage/
DREADME.txt10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the…
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DAlbumArtCache.java80 public void fetch(final String artUrl, final FetchListener listener) { in fetch() method in AlbumArtCache
DMediaNotificationManager.java341 AlbumArtCache.getInstance().fetch(bitmapUrl, new AlbumArtCache.FetchListener() { in fetchBitmapFromURLAsync()
DMusicService.java568 AlbumArtCache.getInstance().fetch(albumUri, new AlbumArtCache.FetchListener() { in updateMetadata()
/development/tools/winscope/
Dyarn.lock1019 "@protobufjs/fetch@^1.1.0":
1021 …resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c161…
5245 node-fetch@^2.3.0:
5247 …resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573…
6146 "@protobufjs/fetch" "^1.1.0"
7694 node-fetch "^2.3.0"