Home
last modified time | relevance | path

Searched refs:fetch (Results 1 – 12 of 12) 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* || true
60 rm .fetch* || true
/development/tools/repo_pull/
Drepo_pull.py87 def __init__(self, project, fetch, commit_sha1, commit, change_list): argument
95 self.fetch = fetch
99 fetch_git = fetch.get(protocol)
105 'unknown fetch protocols: ' + str(list(fetch.keys())))
183 fetch = value['fetch']
197 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/tools/otagui/src/components/
DBuildLibrary.vue79 "Cannot fetch Android Builds list from the backend, for the following reasons:"
94 "Cannot fetch Android Builds list from the backend, for the following reasons: "
/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/tools/winscope/src/abt_chrome_extension/
Dabt_chrome_extension_protocol.ts92 const fileQueryResponse = await fetch(attachment.objectUrl);
/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/otagui/src/views/
DJobDetails.vue89 // fetch job (by id) and set local job data
/development/tools/winscope/src/test/unit/
Dutils.ts40 const response = await fetch(url);