Searched refs:MANUAL_SYNC_REQUIRED (Results 1 – 2 of 2) sorted by relevance
87 && (mAccount.syncStatus & SyncStatus.MANUAL_SYNC_REQUIRED) in getContent()88 == SyncStatus.MANUAL_SYNC_REQUIRED) { in getContent()
77 public static final int MANUAL_SYNC_REQUIRED = 1<<4; field in UIProvider.SyncStatus