Searched refs:SYNC_EXTRAS_UPLOAD (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncActivityTooManyDeletes.java121 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
130 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
H A DSyncOperation.java48 removeFalseExtra(ContentResolver.SYNC_EXTRAS_UPLOAD);
H A DSyncManager.java490 * <p>If the ContentResolver.SYNC_EXTRAS_UPLOAD boolean in extras is
539 final boolean uploadOnly = extras.getBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, false);
657 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
858 } else if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, false)
860 operation.extras.remove(ContentResolver.SYNC_EXTRAS_UPLOAD);
H A DContentResolver.java104 public static final String SYNC_EXTRAS_UPLOAD = "upload"; field in class:ContentResolver

Completed in 46 milliseconds