Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioMetadata.java243 public Clock(long utcEpochSeconds, int timezoneOffsetMinutes) { in Clock() argument
244 mUtcEpochSeconds = utcEpochSeconds; in Clock()
687 int putClockFromNative(int nativeKey, long utcEpochSeconds, int timezoneOffsetInMinutes) { in putClockFromNative() argument
694 utcEpochSeconds, timezoneOffsetInMinutes)); in putClockFromNative()