Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 8 of 8) 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/tools/repo_pull/
Drepo_pull.py122 def __init__(self, project, fetch, commit_sha1, commit, change_list): argument
129 self.fetch = fetch
133 fetch_git = fetch.get(protocol)
139 'unknown fetch protocols: ' + str(list(fetch.keys())))
193 fetch = value['fetch']
207 project, fetch, commit_sha1, commit, change_list)
/development/samples/browseable/BasicSyncAdapter/
D_index.jd8 This sample demonstrates using SyncAdapter to fetch background data for an app that
/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.lock21 "@protobufjs/fetch@^1.1.0":
23 …resolved "https://registry.yarnpkg.com/@protobufjs/fetch/-/fetch-1.1.0.tgz#ba99fb598614af65700c161…
3300 "@protobufjs/fetch" "^1.1.0"