Searched refs:curTime (Results 1 – 2 of 2) sorted by relevance
187 final long curTime = System.currentTimeMillis(); in testOnTrackballEvent() local197 final MotionEvent event = MotionEvent.obtain(curTime, 100, in testOnTrackballEvent()
1364 long curTime = System.currentTimeMillis(); in insertProgramWithBroadcastGenre() local1368 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()