Searched refs:setCurrentTimeForTest (Results 1 – 3 of 3) sorted by relevance
100 return BinaryDictionaryUtils.setCurrentTimeForTest(currentTime); in setCurrentTimeForTestMode()104 return BinaryDictionaryUtils.setCurrentTimeForTest(-1); in stopTestModeInNativeCode()
75 BinaryDictionaryUtils.setCurrentTimeForTest(0); in BinaryDictDecoderEncoderTests()100 BinaryDictionaryUtils.setCurrentTimeForTest(0); in setUp()106 BinaryDictionaryUtils.setCurrentTimeForTest(-1); in tearDown()
125 public static int setCurrentTimeForTest(final int currentTime) { in setCurrentTimeForTest() method in BinaryDictionaryUtils