Searched refs:newTimes (Results 1 – 2 of 2) sorted by relevance
206 for (const auto &[uid, newTimes] : *map2) { in TEST_F()208 ASSERT_NO_FATAL_FAILURE(TestCheckUpdate((*map1)[uid], newTimes)); in TEST_F()308 for (const auto &[uid, newTimes] : *map2) { in TEST_F()310 ASSERT_NO_FATAL_FAILURE(TestCheckUpdate({(*map1)[uid].active},{newTimes.active})); in TEST_F()311 ASSERT_NO_FATAL_FAILURE(TestCheckUpdate((*map1)[uid].policy, newTimes.policy)); in TEST_F()
6031 long[] newTimes = new long[i + 1]; in registerListener() local6033 System.arraycopy(mTimes, 0, newTimes, 0, mTimes.length); in registerListener()6035 mTimes = newTimes; in registerListener()