Home | History | Annotate | Download | only in providers

Lines Matching defs:SyncStatus

46     public static final class SyncStatus {
83 public static boolean isSyncInProgress(int syncStatus) {
84 return 0 != (syncStatus & (BACKGROUND_SYNC |
127 * @param syncStatus {@link SyncStatus} value describing the reason for the sync
132 public static int createSyncValue(int syncStatus, int lastSyncResult) {
133 return lastSyncResult | (syncStatus << 4);
137 * @param lastSyncValue value containing the {@link SyncStatus} and {@link LastSyncResult}
145 * @param lastSyncValue value containing the {@link SyncStatus} and {@link LastSyncResult}
146 * @return the {@link SyncStatus} within the <code>lastSyncValue</code>
502 public static final String SYNC_STATUS = "syncStatus";
1009 * SyncStatus bits defined above
1011 public static final String SYNC_STATUS = "syncStatus";