Searched refs:WrappedCallback (Results 1 – 1 of 1) sorted by relevance
271 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 IsolatedService515 WrappedCallback( in WrappedCallback() method in IsolatedService.WrappedCallback