Home
last modified time | relevance | path

Searched refs:timestamp2 (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/
H A DUserMetricsTest.java58 long timestamp2 = sendStartingEvent(userId); in testStartingEvent_multipleCallsDifferentUser() local
61 assertStartTime(timestamp2, userId); in testStartingEvent_multipleCallsDifferentUser()
68 long timestamp2 = sendStartingEvent(mUserId); in testStartingEvent_multipleCallsSameUser() local
70 assertStartTime(timestamp2, mUserId); in testStartingEvent_multipleCallsSameUser()
131 long timestamp2 = sendStopingEvent(userId); in testStopingEvent_multipleCallsDifferentUser() local
134 assertStopingTime(timestamp2, userId); in testStopingEvent_multipleCallsDifferentUser()
141 long timestamp2 = sendStopingEvent(mUserId); in testStopingEvent_multipleCallsSameUser() local
143 assertStopingTime(timestamp2, mUserId); in testStopingEvent_multipleCallsSameUser()
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputClassifier_test.cpp252 timeval timestamp2 = { 1, 2}; in TEST_F() local
253 TouchVideoFrame frame2(2, 2, std::move(videoData2), timestamp2); in TEST_F()