Searched refs:mUtcEpochSeconds (Results 1 – 1 of 1) sorted by relevance
220 private final long mUtcEpochSeconds; field in RadioMetadata.Clock228 out.writeLong(mUtcEpochSeconds); in writeToParcel()244 mUtcEpochSeconds = utcEpochSeconds; in Clock()249 mUtcEpochSeconds = in.readLong(); in Clock()254 return mUtcEpochSeconds; in getUtcEpochSeconds()