Searched refs:BackgroundIndexProgress (Results 1 – 2 of 2) sorted by relevance
286 enum class BackgroundIndexProgress { enum297 } BackgroundIndexProgressState = BackgroundIndexProgress::Unsupported;
543 BackgroundIndexProgressState = BackgroundIndexProgress::Empty; in onInitialize()1621 if (BackgroundIndexProgressState != BackgroundIndexProgress::Live) { in onBackgroundIndexProgress()1626 BackgroundIndexProgressState = BackgroundIndexProgress::Live; in onBackgroundIndexProgress()1641 BackgroundIndexProgressState = BackgroundIndexProgress::Empty; in onBackgroundIndexProgress()1646 case BackgroundIndexProgress::Unsupported: in onBackgroundIndexProgress()1648 case BackgroundIndexProgress::Creating: in onBackgroundIndexProgress()1652 case BackgroundIndexProgress::Empty: { in onBackgroundIndexProgress()1659 BackgroundIndexProgressState = BackgroundIndexProgress::Creating; in onBackgroundIndexProgress()1672 BackgroundIndexProgressState = BackgroundIndexProgress::Unsupported; in onBackgroundIndexProgress()1677 case BackgroundIndexProgress::Live: in onBackgroundIndexProgress()