Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DMediaControllerTest.java187 final long curTime = System.currentTimeMillis(); in testOnTrackballEvent() local
197 final MotionEvent event = MotionEvent.obtain(curTime, 100, in testOnTrackballEvent()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvContractTest.java1364 long curTime = System.currentTimeMillis(); in insertProgramWithBroadcastGenre() local
1368 values.put(Programs.COLUMN_START_TIME_UTC_MILLIS, curTime - 60000); in insertProgramWithBroadcastGenre()
1369 values.put(Programs.COLUMN_END_TIME_UTC_MILLIS, curTime + 60000); in insertProgramWithBroadcastGenre()