Searched refs:allConcurrentTimes (Results 1 – 1 of 1) sorted by relevance
557 auto allConcurrentTimes = getUidsConcurrentTimes(); in TEST_F() local558 ASSERT_TRUE(allConcurrentTimes.has_value()); in TEST_F()559 ASSERT_FALSE(allConcurrentTimes->empty()); in TEST_F()560 ASSERT_EQ(allConcurrentTimes->find(uid), allConcurrentTimes->end()); in TEST_F()694 auto allConcurrentTimes = getUidsConcurrentTimes(); in TEST_F() local695 ASSERT_TRUE(allConcurrentTimes.has_value()); in TEST_F()696 ASSERT_FALSE(allConcurrentTimes->empty()); in TEST_F()697 ASSERT_NE(allConcurrentTimes->find(appUid), allConcurrentTimes->end()); in TEST_F()698 ASSERT_NE(allConcurrentTimes->find(AID_SDK_SANDBOX), allConcurrentTimes->end()); in TEST_F()699 ASSERT_EQ(allConcurrentTimes->find(sandboxUid), allConcurrentTimes->end()); in TEST_F()