Searched refs:timeSinceEpoch (Results 1 – 1 of 1) sorted by relevance
510 final long timeSinceEpoch = mParcel.readLong(); in getDate() local514 return new Date(timeSinceEpoch); in getDate()519 cal.setTimeInMillis(timeSinceEpoch); in getDate()