Home
last modified time | relevance | path

Searched refs:convertUnixEpochToGPSTime (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/util/
DConvertUtils.java32 public static long convertUnixEpochToGPSTime(long epochTime) { in convertUnixEpochToGPSTime() method in ConvertUtils
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DChannelDataManager.java499 long startTime = ConvertUtils.convertUnixEpochToGPSTime( in getAllProgramsForChannel()
501 long endTime = ConvertUtils.convertUnixEpochToGPSTime( in getAllProgramsForChannel()