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.java239 public Clock(long utcEpochSeconds, int timezoneOffsetMinutes) { in Clock() argument
240 mUtcEpochSeconds = utcEpochSeconds; in Clock()
641 int putClockFromNative(int nativeKey, long utcEpochSeconds, int timezoneOffsetInMinutes) { in putClockFromNative() argument
648 utcEpochSeconds, timezoneOffsetInMinutes)); in putClockFromNative()