HomeSort by relevance Sort by last modified time
    Searched defs:SyncResult (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/content/
SyncResult.java 28 public final class SyncResult implements Parcelable {
94 * This instance of a SyncResult is returned by the SyncAdapter in response to a
98 public static final SyncResult ALREADY_IN_PROGRESS;
101 ALREADY_IN_PROGRESS = new SyncResult(true);
105 * Create a "clean" SyncResult. If this is returned without any changes then the
115 * {@link SyncResult#hasHardError()} and {@link SyncResult#hasSoftError()}. If both are
118 public SyncResult() {
123 * Internal helper for creating a clean SyncResult or one that indicated that
127 private SyncResult(boolean syncAlreadyInProgress)
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
SyncService.java 119 public static class SyncResult {
122 SyncResult(int code, String message) {
127 SyncResult(int code, Exception e) {
131 SyncResult(int code) {
338 * @return a {@link SyncResult} object with a code and an optional message.
343 public SyncResult pull(FileEntry[] entries, String localPath, ISyncProgressMonitor monitor) {
348 return new SyncResult(RESULT_NO_DIR_TARGET);
351 return new SyncResult(RESULT_TARGET_IS_FILE);
363 SyncResult result = doPull(entries, localPath, fls, monitor);
375 * @return a {@link SyncResult} object with a code and an optional message
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 30 milliseconds