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

/frameworks/base/core/java/android/content/
H A DSyncOperation.java43 removeFalseExtra(ContentResolver.SYNC_EXTRAS_UPLOAD);
H A DSyncManager.java493 * <p>If the ContentResolver.SYNC_EXTRAS_UPLOAD boolean in extras is
542 final boolean uploadOnly = extras.getBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, false);
630 extras.putBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, true);
829 } else if (operation.extras.getBoolean(ContentResolver.SYNC_EXTRAS_UPLOAD, false)) {
830 operation.extras.remove(ContentResolver.SYNC_EXTRAS_UPLOAD);
H A DContentResolver.java93 public static final String SYNC_EXTRAS_UPLOAD = "upload"; field in class:ContentResolver

Completed in 9 milliseconds