• Home
  • Raw
  • Download

Lines Matching refs:transfer

53     The sync adapter component in your app encapsulates the code for the tasks that transfer
62 A class that wraps your data transfer code in an interface compatible with the sync adapter
77 find out how to load and schedule your data transfer.
92 data transfer code. Creating the class includes extending the sync adapter base class, defining
93 constructors for the class, and implementing the method where you define the data transfer
119 * Handle the transfer of data between a server and an
157 <h3>Add the data transfer code to onPerformSync()</h3>
159 The sync adapter component does not automatically do data transfer. Instead, it
160 encapsulates your data transfer code, so that the sync adapter framework can run the
161 data transfer in the background, without involvement from your app. When the framework is ready
166 To facilitate the transfer of data from your main app code to the sync adapter component,
231 * Put the data transfer code here.
247 Although you can assume that the network is available when your data transfer starts, the
254 A sync adapter doesn't automate any data transfer tasks. If you want to download
259 data transfer is running.
275 your data transfer.
291 tasks you can include in your data transfer code.
295 You now have your data transfer code encapsulated in a sync adapter component, but you have
307 data transfer. You need to instantiate the component in a thread-safe manner, in case the sync
507 users to transfer data in parallel. This flag has no effect if you never run