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

  /external/mesa3d/src/egl/main/
eglsync.h 46 EGLenum SyncStatus;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 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
    [all...]

Completed in 63 milliseconds