Searched refs:bootTimeInSecs (Results 1 – 1 of 1) sorted by relevance
1250 private static long convertToGlobalTime(long bootTimeInSecs, long globalTimeOffsetInSecs) { in convertToGlobalTime() argument1251 return bootTimeInSecs + globalTimeOffsetInSecs; in convertToGlobalTime()