Searched refs:curTime (Results 1 – 2 of 2) sorted by relevance
214 final long curTime = System.currentTimeMillis(); in testOnTrackballEvent() local224 final MotionEvent event = MotionEvent.obtain(curTime, 100, in testOnTrackballEvent()
896 long curTime = System.currentTimeMillis(); in insertProgramWithBroadcastGenre() local900 values.put(TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS, curTime - 60000); in insertProgramWithBroadcastGenre()901 values.put(TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS, curTime + 60000); in insertProgramWithBroadcastGenre()