Searched defs:sync (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Mms/src/com/android/mms/model/
H A DSlideshowModel.java602 public void sync(PduBody pb) { method in class:SlideshowModel
/packages/apps/Music/src/com/android/music/
H A DMusicPicker.java586 * @param sync If true, this query should be done synchronously and the
591 Cursor doQuery(boolean sync, String filterstring) { argument
607 if (sync) {
/packages/apps/Exchange/src/com/android/exchange/
H A DEasSyncService.java138 // This could happen if the sync time is set to "never"; we always want to check in from time
165 * which will cause the sync service to be restarted at the starting heartbeat and going through
173 // Maximum number of times we'll allow a sync to "loop" with MoreAvailable true before
236 // Whether or not the sync service is valid (usable)
267 * Try to wake up a sync thread that is waiting on an HttpClient POST and has waited past its
500 userLog("Try folder sync");
501 // Send "0" as the sync key for new accounts; otherwise, use the current key
1111 // handled next sync
1342 method.setHeader("Content-Type", "application/vnd.ms-sync.wbxml");
1701 // Save the sync tim
2251 public void sync(AbstractSyncAdapter target) throws IOException { method in class:EasSyncService
[all...]

Completed in 273 milliseconds