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

/packages/apps/Email/src/com/android/email/service/
H A DPopImapSyncAdapterService.java89 // TODO: actually use a sync flag when creating the mailboxes. Right now we use an
102 private static void sync(final Context context, final long mailboxId, method in class:PopImapSyncAdapterService
120 LogUtils.d(TAG, "About to sync mailbox: " + mailbox.mDisplayName);
124 // Set mailbox sync state
172 // Always clear our sync state and update sync time.
194 LogUtils.d(TAG, "Upload sync request for " + acct.mDisplayName);
217 sync(context, mailboxId, extras, syncResult, false, 0);
223 // We update our folder structure on every sync.
228 // Get the id for the mailbox we want to sync
[all...]
H A DEmailServiceStub.java79 /** Small projection for just the columns required for a sync. */
357 // result. If we start doing this from sync, it's important to let the sync manager
366 // If we just created the inbox, sync it
410 public int sync(final long accountId, final Bundle syncExtras) { method in class:EmailServiceStub
H A DEmailServiceUtils.java86 * is deleted out from under us while a sync or other operation is in progress. It would
283 * @param email Whether the user wants to sync email on this account.
284 * @param calendar Whether the user wants to sync calendar on this account.
285 * @param contacts Whether the user wants to sync contacts on this account.
302 * @param email Whether the user wants to sync email on this account.
303 * @param calendar Whether the user wants to sync calendar on this account.
304 * @param contacts Whether the user wants to sync contacts on this account.
387 // Get sync keys for calendar/contacts
442 // Restore sync keys for contacts/calendar
652 * @param accountType sync adapte
734 public int sync(final long accountId, final Bundle syncExtras) { method in class:EmailServiceUtils.NullService
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DBuffer.java72 public void sync() { method in class:Buffer
/packages/apps/Camera2/src/com/android/camera/
H A DSurfaceTextureRenderer.java93 * @param sync set <code>true</code> if the caller needs it to be
96 public void draw(boolean sync) { argument
101 if (sync) {
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java253 * service or its sync adapters and 3) not stored in the EmailProvider database (e.g. contact
334 public int sync(final long accountId, final Bundle syncExtras) { method in class:EmailServiceProxy
338 mReturn = mService.sync(accountId, syncExtras);
340 }, "sync");
343 // This occurs if sync times out.
/packages/apps/Settings/src/com/android/settings/accounts/
H A DManageAccountsSettings.java198 private void requestOrCancelSyncForAccounts(boolean sync) { argument
209 // For all available sync authorities, sync those that are enabled for the account
215 if (sync) {
241 boolean anySyncFailed = false; // true if sync on any account failed
244 // only track userfacing sync adapters when deciding if account is synced or not
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAccountSyncSettings.java53 * Displays the sync settings for a given account.
70 * Adapters which are invisible. Store them so that sync now syncs everything.
111 // Start with an empty list and then fill in with the sync adapters.
150 // This is a specific sync adapter.
160 // if we're enabling sync, this will request a sync as well
162 // if the master sync switch is off, the request above will
164 // we want to force the sync, however.
224 // keep track of invisible sync adapters, so sync no
389 requestOrCancelSync(Account account, String authority, boolean sync) argument
[all...]
/packages/apps/Mms/src/com/android/mms/model/
H A DSlideshowModel.java607 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/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java151 /** Whether or not sync from underlying provider should be deferred */
1057 public void sync() { method in class:ConversationCursor
1062 LogUtils.i(LOG_TAG, "[sync() %s; no requery cursor]", mName);
1068 LogUtils.i(LOG_TAG, "[sync() %s]", mName);
1878 * Data in the underlying provider has changed; a refresh is required to sync up
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 2774 milliseconds