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