Home
last modified time | relevance | path

Searched refs:syncs (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/base/docs/html/training/monitoring-device-state/
Ddoze-standby.jd64 defers their jobs, syncs, and standard alarms.
70 system runs all pending syncs, jobs, and alarms, and lets apps access the
84 suspending network access and deferring jobs, syncs, and alarms. Over time,
189 that your app manages network, alarms, jobs, and syncs. Apps should be able
256 execute any pending jobs and syncs. If the device is idle for long periods of
302 jobs, and syncs properly, and using GCM high-priority messages. For a narrow
313 other apps. For example, the whitelisted app’s jobs and syncs are deferred
/frameworks/base/docs/html/topic/performance/power/
Dbattery-historian.jd180 your app performs syncs and executes jobs more frequently than necessary. In
220 line shows that the app has not performed any syncs.
244 <li>Scheduling syncs every 30 seconds or less.</li>
/frameworks/base/services/core/java/com/android/server/content/
DSyncStorageEngine.java1176 final List<SyncInfo> syncs = getCurrentSyncsLocked(userId); in getCurrentSyncsCopy() local
1178 for (SyncInfo sync : syncs) { in getCurrentSyncsCopy()
1193 ArrayList<SyncInfo> syncs = mCurrentSyncs.get(userId); in getCurrentSyncsLocked() local
1194 if (syncs == null) { in getCurrentSyncsLocked()
1195 syncs = new ArrayList<SyncInfo>(); in getCurrentSyncsLocked()
1196 mCurrentSyncs.put(userId, syncs); in getCurrentSyncsLocked()
1198 return syncs; in getCurrentSyncsLocked()
/frameworks/base/docs/html-intl/intl/ja/training/basics/network-ops/
Ddata-saver.jd130 // Use data as required to perform syncs, downloads, and updates.
/frameworks/base/docs/html-intl/intl/ko/training/basics/network-ops/
Ddata-saver.jd130 // Use data as required to perform syncs, downloads, and updates.
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/network-ops/
Ddata-saver.jd130 // Use data as required to perform syncs, downloads, and updates.
/frameworks/base/core/java/android/content/
DContentResolver.java2382 final List<SyncInfo> syncs = getContentService().getCurrentSyncs(); in getCurrentSync() local
2383 if (syncs.isEmpty()) { in getCurrentSync()
2386 return syncs.get(0); in getCurrentSync()
/frameworks/base/docs/html/topic/performance/power/network/
Daction-app-traffic.jd94 <a href="{@docRoot}training/sync-adapters/index.html">Sync Adapter for scheduled syncs</a>
/frameworks/base/docs/html-intl/intl/id/training/basics/network-ops/
Ddata-saver.jd130 // Use data as required to perform syncs, downloads, and updates.
/frameworks/base/docs/html-intl/intl/in/training/basics/network-ops/
Ddata-saver.jd130 // Use data as required to perform syncs, downloads, and updates.
/frameworks/base/core/java/android/os/
DBatteryStats.java3282 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); in dumpCheckinLocked() local
3283 for (int isy=syncs.size()-1; isy>=0; isy--) { in dumpCheckinLocked()
3284 final Timer timer = syncs.valueAt(isy); in dumpCheckinLocked()
3289 dumpLine(pw, uid, category, SYNC_DATA, syncs.keyAt(isy), totalTime, count); in dumpCheckinLocked()
4411 final ArrayMap<String, ? extends Timer> syncs = u.getSyncStats(); in dumpLocked() local
4412 for (int isy=syncs.size()-1; isy>=0; isy--) { in dumpLocked()
4413 final Timer timer = syncs.valueAt(isy); in dumpLocked()
4420 sb.append(syncs.keyAt(isy)); in dumpLocked()
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/network-ops/
Ddata-saver.jd130 // Use data as required to perform syncs, downloads, and updates.
/frameworks/base/docs/html/training/basics/network-ops/
Ddata-saver.jd127 // Use data as required to perform syncs, downloads, and updates.
Dmanaging.jd46 to control your app’s data habits, such as how often your app syncs data,
/frameworks/base/docs/html/training/scheduling/
Dalarms.jd100 syncs with a server. If the sync operation is based on clock time and every instance of the
101 app syncs at 11:00 p.m., the load on the server could result in high latency or even
/frameworks/base/docs/html-intl/intl/es/training/basics/network-ops/
Ddata-saver.jd130 // Use data as required to perform syncs, downloads, and updates.
/frameworks/base/docs/html/training/tv/tif/
Dtvinput.jd214 channel data to sync in milliseconds. The default method syncs one hour's
221 default method syncs 48 hours of channel data every 12 hours.
/frameworks/base/docs/html/about/versions/nougat/
Dandroid-7.0-changes.jd96 shuts off app network access, and defers jobs and syncs. If the device is
102 network access and can execute any deferred jobs/syncs.
Dandroid-7.0.jd231 restricts network access and defers jobs and syncs. During brief maintenance
233 jobs/syncs are executed. Turning the screen on or plugging in the device brings
/frameworks/base/docs/html/training/articles/
Dwear-permissions.jd106 automatically syncs Calendar, Contact, and Location data to the Wear device. As a result, this
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd723 type and should be stable across syncs:
738 Apps settings and re-syncs, the restored raw contacts should have the same
1672 provider the sync adapter syncs with. At that point, the system starts managing the adapter,
1681 listed syncs with a different content provider on the device.
/frameworks/base/docs/html/guide/topics/ui/
Dsettings.jd71 application syncs data with the cloud.</p>
913 <p>For example, you might allow the user to control how often your app syncs data, whether your app
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-changes.jd83 access and suspends syncs and jobs for the apps it deems idle.</li>
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-sync-adapter.jd336 * Disallow parallel syncs
/frameworks/base/docs/html/about/versions/
Dandroid-4.4.jd23 <li><a href="#BehaviorSync">If your app syncs data using ContentResolver...</a></li>
174 <h3 id="BehaviorSync">If your app syncs data using ContentResolver...</h3>

12