Lines Matching refs:mAfter

593         mAfter = after;  in storeJob()
599 mAfter = {}; in clearJob()
605 Milliseconds mAfter; member in android::os::incremental::MockTimedQueueWrapper
1050 ASSERT_EQ(mTimedQueue->mAfter, bindRetryInterval); in TEST_F()
1060 ASSERT_EQ(mTimedQueue->mAfter, bindRetryInterval); in TEST_F()
1074 ASSERT_EQ(mTimedQueue->mAfter, 0ms); in TEST_F()
1091 ASSERT_EQ(mTimedQueue->mAfter, 0ms); in TEST_F()
1103 ASSERT_EQ(mTimedQueue->mAfter, 0ms); in TEST_F()
1242 ASSERT_GE(mTimedQueue->mAfter, 10ms); in TEST_F()
1285 ASSERT_GE(mTimedQueue->mAfter, 10ms); in TEST_F()
1300 ASSERT_GE(mTimedQueue->mAfter, 10ms); in TEST_F()
1382 ASSERT_GE(mTimedQueue->mAfter, blockedTimeout); in TEST_F()
1399 ASSERT_GE(mTimedQueue->mAfter, 1000ms); in TEST_F()
1416 ASSERT_GE(mTimedQueue->mAfter, unhealthyMonitoring); in TEST_F()
1433 ASSERT_GE(mTimedQueue->mAfter, unhealthyMonitoring); in TEST_F()
1525 ASSERT_EQ(mTimedQueue->mAfter, readLogsMaxInterval); in TEST_F()
1614 ASSERT_EQ(mTimedQueue->mAfter, readLogsMaxInterval); in TEST_F()
1635 ASSERT_EQ(mTimedQueue->mAfter, readLogsMaxInterval); in TEST_F()
1881 ASSERT_EQ(mProgressUpdateJobQueue->mAfter, 1000ms); in TEST_F()
1885 ASSERT_EQ(mProgressUpdateJobQueue->mAfter, 1000ms); in TEST_F()
1887 ASSERT_EQ(mProgressUpdateJobQueue->mAfter, Milliseconds{}); in TEST_F()
1932 ASSERT_EQ(mTimedQueue->mAfter, stateUpdateInterval); in TEST_F()
1948 ASSERT_EQ(mTimedQueue->mAfter, stateUpdateInterval); in TEST_F()
1994 ASSERT_EQ(mTimedQueue->mAfter, stateUpdateInterval); in TEST_F()
2010 ASSERT_EQ(mTimedQueue->mAfter, stateUpdateInterval); in TEST_F()
2029 ASSERT_EQ(mTimedQueue->mAfter, stateUpdateInterval); in TEST_F()
2123 ASSERT_GE(mTimedQueue->mAfter, std::chrono::seconds(1)); in TEST_F()
2134 ASSERT_GE(mTimedQueue->mAfter, std::chrono::seconds(1)); in TEST_F()
2148 ASSERT_GE(mTimedQueue->mAfter, std::chrono::seconds(1)); in TEST_F()
2160 ASSERT_EQ(mTimedQueue->mAfter, Milliseconds()); in TEST_F()