Searched refs:fetch (Results 1 – 8 of 8) 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/tools/repo_pull/ |
D | repo_pull.py | 122 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.jd | 8 This sample demonstrates using SyncAdapter to fetch background data for an app that
|
/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 | 21 "@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"
|