Home
last modified time | relevance | path

Searched refs:ARBITRARY_TIME (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/timedetector/
DManualTimeSuggestionTest.java31 private static final TimestampedValue<Long> ARBITRARY_TIME = field in ManualTimeSuggestionTest
36 ManualTimeSuggestion one = new ManualTimeSuggestion(ARBITRARY_TIME); in testEquals()
39 ManualTimeSuggestion two = new ManualTimeSuggestion(ARBITRARY_TIME); in testEquals()
44 ARBITRARY_TIME.getReferenceTimeMillis() + 1, in testEquals()
45 ARBITRARY_TIME.getValue()); in testEquals()
58 ManualTimeSuggestion suggestion = new ManualTimeSuggestion(ARBITRARY_TIME); in testParcelable()
DNetworkTimeSuggestionTest.java31 private static final TimestampedValue<Long> ARBITRARY_TIME = field in NetworkTimeSuggestionTest
36 NetworkTimeSuggestion one = new NetworkTimeSuggestion(ARBITRARY_TIME); in testEquals()
39 NetworkTimeSuggestion two = new NetworkTimeSuggestion(ARBITRARY_TIME); in testEquals()
44 ARBITRARY_TIME.getReferenceTimeMillis() + 1, in testEquals()
45 ARBITRARY_TIME.getValue()); in testEquals()
58 NetworkTimeSuggestion suggestion = new NetworkTimeSuggestion(ARBITRARY_TIME); in testParcelable()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp37 static const nsecs_t ARBITRARY_TIME = 1234; variable
367 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_ADDED, 0, 0); in addDevice()
374 enqueueEvent(ARBITRARY_TIME, deviceId, EventHubInterface::DEVICE_REMOVED, 0, 0); in removeDevice()
415 enqueueEvent(ARBITRARY_TIME, 0, EventHubInterface::FINISHED_DEVICE_SCAN, 0, 0); in finishDeviceScan()
1302 device->configure(ARBITRARY_TIME, mFakePolicy->getReaderConfiguration(), changes); in configureDevice()
1358 ASSERT_EQ(ARBITRARY_TIME, resetArgs.eventTime); in TEST_F()
1366 ASSERT_EQ(ARBITRARY_TIME, resetArgs.eventTime); in TEST_F()
1379 ASSERT_EQ(ARBITRARY_TIME, resetArgs.eventTime); in TEST_F()
1507 ASSERT_EQ(ARBITRARY_TIME, args.eventTime); in TEST_F()
1652 mDevice->configure(ARBITRARY_TIME, &config, 0); in TEST_F()
[all …]
DInputDispatcher_test.cpp29 static const nsecs_t ARBITRARY_TIME = 1234; variable
220 AKEYCODE_A, KEY_A, AMETA_NONE, 0, ARBITRARY_TIME, ARBITRARY_TIME); in TEST_F()
229 AKEYCODE_A, KEY_A, AMETA_NONE, 0, ARBITRARY_TIME, ARBITRARY_TIME); in TEST_F()
255 ARBITRARY_TIME, ARBITRARY_TIME, /*pointerCount*/ 1, pointerProperties, pointerCoords); in TEST_F()
265 ARBITRARY_TIME, ARBITRARY_TIME, /*pointerCount*/ 1, pointerProperties, pointerCoords); in TEST_F()
274 ARBITRARY_TIME, ARBITRARY_TIME, /*pointerCount*/ 1, pointerProperties, pointerCoords); in TEST_F()
284 ARBITRARY_TIME, ARBITRARY_TIME, /*pointerCount*/ 1, pointerProperties, pointerCoords); in TEST_F()
293 ARBITRARY_TIME, ARBITRARY_TIME, /*pointerCount*/ 1, pointerProperties, pointerCoords); in TEST_F()
302 ARBITRARY_TIME, ARBITRARY_TIME, /*pointerCount*/ 0, pointerProperties, pointerCoords); in TEST_F()
310 ARBITRARY_TIME, ARBITRARY_TIME, in TEST_F()
[all …]