Searched refs:timeInfo (Results 1 – 3 of 3) sorted by relevance
68 struct tm *timeInfo = localtime(&mTs); in toString() local69 result.appendFormat("%02d:%02d:%02d :: %d", timeInfo->tm_hour, timeInfo->tm_min, in toString()70 timeInfo->tm_sec, mCount); in toString()
744 Script pokeFakeClocks(TimestampedValue<Long> timeInfo) { in pokeFakeClocks() argument745 mFakeCallback.pokeElapsedRealtimeMillis(timeInfo.getReferenceTimeMillis()); in pokeFakeClocks()746 mFakeCallback.pokeSystemClockMillis(timeInfo.getValue()); in pokeFakeClocks()
673 struct tm* timeInfo = localtime(&rawtime); in drawClock() local677 size_t length = strftime(timeBuff, TIME_LENGTH, timeFormat, timeInfo); in drawClock()