Searched refs:lastTimestamp (Results 1 – 3 of 3) sorted by relevance
75 lastTimestamp = 079 assert currentTimestamp >= lastTimestamp83 if lastTimestamp != 0:85 time.sleep((currentTimestamp-lastTimestamp)/1000000000)86 lastTimestamp = currentTimestamp
45 long lastTimestamp = preferences.getLastDailyLogTimestamp(); in setAlarm() local53 if (lastTimestamp == -1 || lastTimestamp < oneDayAgo.getTimeInMillis()) { in setAlarm()63 oneDayFromNow.setTimeInMillis(lastTimestamp); in setAlarm()
212 const int64_t lastTimestamp) { in requestNewFrame() argument215 req.timestamp = lastTimestamp; in requestNewFrame()