Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6689,7 +6689,7 @@ package android.content { public static class SyncRequest.Builder { ctor public SyncRequest.Builder(); method public android.content.SyncRequest build(); method public android.content.SyncRequest.Builder setAllowMetered(boolean); method public android.content.SyncRequest.Builder setDisallowMetered(boolean); method public android.content.SyncRequest.Builder setExpedited(boolean); method public android.content.SyncRequest.Builder setExtras(android.os.Bundle); method public android.content.SyncRequest.Builder setIgnoreBackoff(boolean); core/java/android/content/SyncRequest.java +1 −1 Original line number Diff line number Diff line Loading @@ -539,7 +539,7 @@ public class SyncRequest implements Parcelable { * Not valid for periodic sync and will throw an <code>IllegalArgumentException</code> in * {@link #build()}. * <p>Throws <code>IllegalArgumentException</code> if called and * {@link #setAllowMetered(true)} has been set. * {@link #setDisallowMetered(false)} has been set. * * * @param ignoreSettings true to ignore the sync automatically settings. Default false. Loading Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6689,7 +6689,7 @@ package android.content { public static class SyncRequest.Builder { ctor public SyncRequest.Builder(); method public android.content.SyncRequest build(); method public android.content.SyncRequest.Builder setAllowMetered(boolean); method public android.content.SyncRequest.Builder setDisallowMetered(boolean); method public android.content.SyncRequest.Builder setExpedited(boolean); method public android.content.SyncRequest.Builder setExtras(android.os.Bundle); method public android.content.SyncRequest.Builder setIgnoreBackoff(boolean);
core/java/android/content/SyncRequest.java +1 −1 Original line number Diff line number Diff line Loading @@ -539,7 +539,7 @@ public class SyncRequest implements Parcelable { * Not valid for periodic sync and will throw an <code>IllegalArgumentException</code> in * {@link #build()}. * <p>Throws <code>IllegalArgumentException</code> if called and * {@link #setAllowMetered(true)} has been set. * {@link #setDisallowMetered(false)} has been set. * * * @param ignoreSettings true to ignore the sync automatically settings. Default false. Loading