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