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