Searched refs:GetBackgroundStatusOfProfileAtIndex (Results 1 – 6 of 6) sorted by relevance
170 EXPECT_EQ(true, GetCache()->GetBackgroundStatusOfProfileAtIndex(i)); in TEST_F()270 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0)); in TEST_F()271 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1)); in TEST_F()275 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0)); in TEST_F()276 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1)); in TEST_F()280 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0)); in TEST_F()281 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1)); in TEST_F()285 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0)); in TEST_F()286 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1)); in TEST_F()
48 virtual bool GetBackgroundStatusOfProfileAtIndex(
74 virtual bool GetBackgroundStatusOfProfileAtIndex(
346 bool ProfileInfoCache::GetBackgroundStatusOfProfileAtIndex( in GetBackgroundStatusOfProfileAtIndex() function in ProfileInfoCache572 if (GetBackgroundStatusOfProfileAtIndex(index) == running_background_apps) in SetBackgroundStatusOfProfileAtIndex()
735 if (cache.GetBackgroundStatusOfProfileAtIndex(p)) { in AutoloadProfiles()
444 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(0)); in TEST_F()445 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(1)); in TEST_F()459 EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(0)); in TEST_F()460 EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(1)); in TEST_F()466 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p1_index)); in TEST_F()472 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p2_index)); in TEST_F()