Searched refs:sParcellingForStartTime (Results 1 – 1 of 1) sorted by relevance
350 static Parcelling<Instant> sParcellingForStartTime = field in AmbientContextEvent354 if (sParcellingForStartTime == null) {355 sParcellingForStartTime = Parcelling.Cache.put(378 sParcellingForStartTime.parcel(mStartTime, dest, flags); in writeToParcel()397 Instant startTime = sParcellingForStartTime.unparcel(in); in AmbientContextEvent()