HomeSort by relevance Sort by last modified time
    Searched full:expected_timestamp (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/gesture/src/android/gesture/cts/
GesturePointTest.java 38 final long expected_timestamp = 1; local
39 GesturePoint point = new GesturePoint(expected_x, expected_y, expected_timestamp);
42 assertEquals(expected_timestamp, point.timestamp);

Completed in 40 milliseconds