Searched refs:IOdpDelegationWrapper (Results 1 – 5 of 5) sorted by relevance
24 public interface IOdpDelegationWrapper { interface
31 public class NoOdpDelegationWrapper implements IOdpDelegationWrapper {
62 public class OdpDelegationWrapperImpl implements IOdpDelegationWrapper {
42 import com.android.adservices.service.measurement.ondevicepersonalization.IOdpDelegationWrapper;81 private final IOdpDelegationWrapper mOdpWrapper;100 IOdpDelegationWrapper odpWrapper, in AsyncTriggerFetcher()548 public IOdpDelegationWrapper getOdpWrapper() { in getOdpWrapper()865 private static IOdpDelegationWrapper getOdpDelegationManager(Context context, Flags flags) { in getOdpDelegationManager()
112 import com.android.adservices.service.measurement.ondevicepersonalization.IOdpDelegationWrapper;238 IOdpDelegationWrapper mIOdpDelegationWrapperMock = mock(NoOdpDelegationWrapper.class);