Home
last modified time | relevance | path

Searched refs:WrappedCallback (Results 1 – 1 of 1) sorted by relevance

/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DIsolatedService.java271 new WrappedCallback<WebTriggerOutput, WebTriggerOutputParcel>( in performOnWebTrigger()
301 new WrappedCallback<TrainingExamplesOutput, TrainingExamplesOutputParcel>( in performOnTrainingExample()
339 new WrappedCallback<EventOutput, EventOutputParcel>( in performOnWebViewEvent()
369 new WrappedCallback<RenderOutput, RenderOutputParcel>( in performRender()
412 new WrappedCallback<DownloadCompletedOutput, DownloadCompletedOutputParcel>( in performDownload()
496 new WrappedCallback<ExecuteOutput, ExecuteOutputParcel>( in performExecute()
509 private static class WrappedCallback<T, U extends Parcelable> class in IsolatedService
515 WrappedCallback( in WrappedCallback() method in IsolatedService.WrappedCallback