Home
last modified time | relevance | path

Searched defs:ARBITRARY_TIME (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/inputflinger/tests/
DTestConstants.h37 static constexpr nsecs_t ARBITRARY_TIME = 1234; variable
DInputDispatcher_test.cpp70 static constexpr nsecs_t ARBITRARY_TIME = 1234; variable
/frameworks/base/services/tests/timetests/src/com/android/server/timedetector/
DGnssTimeSuggestionTest.java31 private static final UnixEpochTime ARBITRARY_TIME = field in GnssTimeSuggestionTest
DNetworkTimeSuggestionTest.java31 private static final UnixEpochTime ARBITRARY_TIME = field in NetworkTimeSuggestionTest
/frameworks/base/core/tests/timetests/src/android/app/timedetector/
DManualTimeSuggestionTest.java41 private static final UnixEpochTime ARBITRARY_TIME = new UnixEpochTime(1111L, 2222L); field in ManualTimeSuggestionTest