Searched refs:kTestCustomCollectionInterval (Results 1 – 1 of 1) sorted by relevance
55 constexpr std::chrono::seconds kTestCustomCollectionInterval = 3s; variable294 args.push_back(String16(std::to_string(kTestCustomCollectionInterval.count()).c_str())); in TEST()323 ASSERT_EQ(servicePeer.looperStub->numSecondsElapsed(), kTestCustomCollectionInterval.count()) in TEST()325 << kTestCustomCollectionInterval.count() << " seconds interval"; in TEST()454 args.push_back(String16(std::to_string(kTestCustomCollectionInterval.count()).c_str())); in TEST()464 kTestCustomCollectionInterval.count()); in TEST()479 int secondsElapsed = (i == 0 ? 0 : kTestCustomCollectionInterval.count()); in TEST()496 kTestCustomCollectionDuration.count() % kTestCustomCollectionInterval.count()) in TEST()