Searched refs:BACKGROUND_SYNC (Results 1 – 4 of 4) sorted by relevance
31 packAndUnpackLastSyncResult(UIProvider.SyncStatus.BACKGROUND_SYNC, in testReadAndWriteOfLastSyncResult()33 packAndUnpackLastSyncResult(UIProvider.SyncStatus.BACKGROUND_SYNC, in testReadAndWriteOfLastSyncResult()
67 public static final int BACKGROUND_SYNC = 1<<2; field in UIProvider.SyncStatus84 return 0 != (syncStatus & (BACKGROUND_SYNC | in isSyncInProgress()
97 public static final int SYNC_STATUS_BACKGROUND = UIProvider.SyncStatus.BACKGROUND_SYNC;
3995 || (syncStatus & UIProvider.SyncStatus.BACKGROUND_SYNC) != 0);