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.java270 new WrappedCallback<WebTriggerOutput, WebTriggerOutputParcel>( in performOnWebTrigger()
296 new WrappedCallback<TrainingExamplesOutput, TrainingExamplesOutputParcel>( in performOnTrainingExample()
330 new WrappedCallback<EventOutput, EventOutputParcel>( in performOnWebViewEvent()
356 new WrappedCallback<RenderOutput, RenderOutputParcel>( in performRender()
393 new WrappedCallback<DownloadCompletedOutput, DownloadCompletedOutputParcel>( in performDownload()
473 new WrappedCallback<ExecuteOutput, ExecuteOutputParcel>( in performExecute()
491 private static class WrappedCallback<T, U extends Parcelable> class in IsolatedService
497 WrappedCallback( in WrappedCallback() method in IsolatedService.WrappedCallback