Searched refs:mUtcEpochSeconds (Results 1 – 2 of 2) sorted by relevance
301 private final long mUtcEpochSeconds; field in RadioMetadata.Clock309 out.writeLong(mUtcEpochSeconds); in writeToParcel()325 mUtcEpochSeconds = utcEpochSeconds; in Clock()330 mUtcEpochSeconds = in.readLong(); in Clock()335 return mUtcEpochSeconds; in getUtcEpochSeconds()
21854 Landroid/hardware/radio/RadioMetadata$Clock;->mUtcEpochSeconds:J