Searched refs:SetBackgroundStatusOfProfileAtIndex (Results 1 – 5 of 5) sorted by relevance
141 GetCache()->SetBackgroundStatusOfProfileAtIndex(i, true); in TEST_F()273 GetCache()->SetBackgroundStatusOfProfileAtIndex(1, true); in TEST_F()278 GetCache()->SetBackgroundStatusOfProfileAtIndex(0, true); in TEST_F()283 GetCache()->SetBackgroundStatusOfProfileAtIndex(1, false); in TEST_F()
110 void SetBackgroundStatusOfProfileAtIndex(size_t index,
476 cache.SetBackgroundStatusOfProfileAtIndex(0, true); in TEST_F()477 cache.SetBackgroundStatusOfProfileAtIndex(2, true); in TEST_F()498 cache.SetBackgroundStatusOfProfileAtIndex(0, false); in TEST_F()499 cache.SetBackgroundStatusOfProfileAtIndex(1, true); in TEST_F()
569 void ProfileInfoCache::SetBackgroundStatusOfProfileAtIndex( in SetBackgroundStatusOfProfileAtIndex() function in ProfileInfoCache
390 profile_cache_->SetBackgroundStatusOfProfileAtIndex( in OnApplicationListChanged()