Searched refs:fetch (Results 1 – 11 of 11) sorted by relevance
/development/samples/browseable/NetworkConnect/ |
D | _index.jd | 8 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/ |
D | update_clang-tools.sh | 37 rm .fetch* 59 rm "build-prebuilts.zip" .fetch*
|
/development/tools/repo_pull/ |
D | repo_pull.py | 86 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/ |
D | TraceBase.ts | 56 const blob = await fetch(file.blobUrl).then((r) => r.blob());
|
/development/samples/browseable/BasicSyncAdapter/ |
D | _index.jd | 8 This sample demonstrates using SyncAdapter to fetch background data for an app that
|
/development/tools/winscope/src/mixins/ |
D | SaveAsZip.js | 66 const blob = await fetch(file.blobUrl).then((r) => r.blob());
|
/development/samples/training/network-usage/ |
D | README.txt | 10 -- 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/ |
D | AlbumArtCache.java | 80 public void fetch(final String artUrl, final FetchListener listener) { in fetch() method in AlbumArtCache
|
D | MediaNotificationManager.java | 341 AlbumArtCache.getInstance().fetch(bitmapUrl, new AlbumArtCache.FetchListener() { in fetchBitmapFromURLAsync()
|
D | MusicService.java | 568 AlbumArtCache.getInstance().fetch(albumUri, new AlbumArtCache.FetchListener() { in updateMetadata()
|
/development/tools/winscope/ |
D | yarn.lock | 1019 "@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"
|