Searched refs:MomentPlacement (Results 1 – 4 of 4) sorted by relevance
127 public enum MomentPlacement { enum in EventReportWindowCalcDelegate139 public MomentPlacement fallsWithinWindow( in fallsWithinWindow()151 return MomentPlacement.BEFORE; in fallsWithinWindow()154 return MomentPlacement.AFTER; in fallsWithinWindow()156 return MomentPlacement.WITHIN; in fallsWithinWindow()166 return MomentPlacement.BEFORE; in fallsWithinWindow()172 return MomentPlacement.WITHIN; in fallsWithinWindow()175 return MomentPlacement.AFTER; in fallsWithinWindow()
1947 EventReportWindowCalcDelegate.MomentPlacement.BEFORE, in fallsWithinWindow_windowNotStarted()1978 EventReportWindowCalcDelegate.MomentPlacement.BEFORE, in fallsWithinWindow_flexApi_windowNotStarted()1998 EventReportWindowCalcDelegate.MomentPlacement.WITHIN, in fallsWithinWindow_windowWithin()2032 EventReportWindowCalcDelegate.MomentPlacement.WITHIN, in fallsWithinWindow_flexApi_windowWithin()2052 EventReportWindowCalcDelegate.MomentPlacement.AFTER, in fallsWithinWindow_windowPassed()2086 EventReportWindowCalcDelegate.MomentPlacement.AFTER, in fallsWithinWindow_flexApi_windowPassed()
63 …com.android.adservices.service.measurement.reporting.EventReportWindowCalcDelegate.MomentPlacement;1911 MomentPlacement momentPlacement = in isTriggerFallsWithinWindow()1916 if (momentPlacement == MomentPlacement.BEFORE) { in isTriggerFallsWithinWindow()1925 if (momentPlacement == MomentPlacement.AFTER) { in isTriggerFallsWithinWindow()
1789 doReturn(EventReportWindowCalcDelegate.MomentPlacement.WITHIN) in shouldReplaceLowPriorityReportWhileAttribution()