Searched refs:currentSeconds (Results 1 – 1 of 1) sorted by relevance
41 int currentSeconds = minute * 60 + seconds; in updateTime() local42 float sec = currentSeconds + dateTime.getNano() * 1E-9f; in updateTime()45 context.loadFloat(RemoteContext.ID_TIME_IN_SEC, currentSeconds); in updateTime()