Searched refs:aggregatableAttributionSource (Results 1 – 2 of 2) sorted by relevance
876 Optional<AggregatableAttributionSource> aggregatableAttributionSource = in testAggregatableAttributionSourceWithTrigger_addsLookbackWindow() local878 assertThat(aggregatableAttributionSource.isPresent()).isTrue(); in testAggregatableAttributionSourceWithTrigger_addsLookbackWindow()879 assertThat(aggregatableAttributionSource.get().getAggregatableSource()) in testAggregatableAttributionSourceWithTrigger_addsLookbackWindow()886 aggregatableAttributionSource in testAggregatableAttributionSourceWithTrigger_addsLookbackWindow()1089 Optional<AggregatableAttributionSource> aggregatableAttributionSource = in testParseAggregateSource() local1091 assertTrue(aggregatableAttributionSource.isPresent()); in testParseAggregateSource()1092 AggregatableAttributionSource aggregateSource = aggregatableAttributionSource.get(); in testParseAggregateSource()
973 AggregatableAttributionSource aggregatableAttributionSource = in getAggregatableAttributionSource() local978 mAggregatableAttributionSource = Optional.of(aggregatableAttributionSource); in getAggregatableAttributionSource()1669 @Nullable AggregatableAttributionSource aggregatableAttributionSource) { in setAggregatableAttributionSource()1671 Optional.ofNullable(aggregatableAttributionSource); in setAggregatableAttributionSource()