Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/radio/
DRadioMetadata.java220 private final long mUtcEpochSeconds; field in RadioMetadata.Clock
228 out.writeLong(mUtcEpochSeconds); in writeToParcel()
244 mUtcEpochSeconds = utcEpochSeconds; in Clock()
249 mUtcEpochSeconds = in.readLong(); in Clock()
254 return mUtcEpochSeconds; in getUtcEpochSeconds()