Searched refs:fetch (Results 1 – 12 of 12) 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* || true 60 rm .fetch* || true
|
/development/tools/repo_pull/ |
D | repo_pull.py | 87 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.jd | 8 This sample demonstrates using SyncAdapter to fetch background data for an app that
|
/development/tools/otagui/src/components/ |
D | BuildLibrary.vue | 79 "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/ |
D | README.txt | 10 -- Lets users control their network data usage through a settings UI. Users can choose to fetch the…
|
/development/tools/winscope/src/abt_chrome_extension/ |
D | abt_chrome_extension_protocol.ts | 92 const fileQueryResponse = await fetch(attachment.objectUrl);
|
/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/otagui/src/views/ |
D | JobDetails.vue | 89 // fetch job (by id) and set local job data
|
/development/tools/winscope/src/test/unit/ |
D | utils.ts | 40 const response = await fetch(url);
|