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

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java33 public class SyncOperation implements Comparable { class in inherits:Comparable
93 public SyncOperation(Account account, int userId, int reason, int source, String provider, method in class:SyncOperation
101 public SyncOperation(ComponentName service, int userId, int reason, int source, method in class:SyncOperation
108 private SyncOperation(SyncStorageEngine.EndPoint info, int reason, int source, Bundle extras, method in class:SyncOperation
141 public SyncOperation(SyncOperation other, long newRunTimeFromNow) { method in class:SyncOperation
150 public boolean matchesAuthority(SyncOperation other) {
155 * Make sure the bundle attached to this SyncOperation doesn't have unnecessary
182 public boolean isConflict(SyncOperation toRun) {
357 SyncOperation othe
[all...]

Completed in 53 milliseconds