/frameworks/base/docs/html/training/monitoring-device-state/ |
D | doze-standby.jd | 64 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/ |
D | battery-historian.jd | 180 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/ |
D | SyncStorageEngine.java | 1176 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/ |
D | data-saver.jd | 130 // Use data as required to perform syncs, downloads, and updates.
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/network-ops/ |
D | data-saver.jd | 130 // Use data as required to perform syncs, downloads, and updates.
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/network-ops/ |
D | data-saver.jd | 130 // Use data as required to perform syncs, downloads, and updates.
|
/frameworks/base/core/java/android/content/ |
D | ContentResolver.java | 2382 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/ |
D | action-app-traffic.jd | 94 <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/ |
D | data-saver.jd | 130 // Use data as required to perform syncs, downloads, and updates.
|
/frameworks/base/docs/html-intl/intl/in/training/basics/network-ops/ |
D | data-saver.jd | 130 // Use data as required to perform syncs, downloads, and updates.
|
/frameworks/base/core/java/android/os/ |
D | BatteryStats.java | 3282 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/ |
D | data-saver.jd | 130 // Use data as required to perform syncs, downloads, and updates.
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | data-saver.jd | 127 // Use data as required to perform syncs, downloads, and updates.
|
D | managing.jd | 46 to control your app’s data habits, such as how often your app syncs data,
|
/frameworks/base/docs/html/training/scheduling/ |
D | alarms.jd | 100 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/ |
D | data-saver.jd | 130 // Use data as required to perform syncs, downloads, and updates.
|
/frameworks/base/docs/html/training/tv/tif/ |
D | tvinput.jd | 214 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/ |
D | android-7.0-changes.jd | 96 shuts off app network access, and defers jobs and syncs. If the device is 102 network access and can execute any deferred jobs/syncs.
|
D | android-7.0.jd | 231 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/ |
D | wear-permissions.jd | 106 automatically syncs Calendar, Contact, and Location data to the Wear device. As a result, this
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 723 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/ |
D | settings.jd | 71 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/ |
D | android-6.0-changes.jd | 83 access and suspends syncs and jobs for the apps it deems idle.</li>
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-sync-adapter.jd | 336 * Disallow parallel syncs
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.4.jd | 23 <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>
|