Searched refs:ServiceFlow (Results 1 – 10 of 10) sorted by relevance
58 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateAppRequestFlowInstance()69 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateRenderFlowInstance()79 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateAppRequestFlowInstance_IllegalInputClass()86 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateAppRequestFlowInstance_WrongArgumentLength()92 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance( in testCreateWebTriggerFlowInstance()
45 private final ServiceFlow mServiceFlow;53 public ServiceFlowTask(ServiceFlowType serviceFlowType, ServiceFlow serviceFlow) { in ServiceFlowTask()68 public ServiceFlow getServiceFlow() { in getServiceFlow()
29 public interface ServiceFlow<R> { interface
38 ServiceFlow serviceFlow = ServiceFlowFactory.createInstance(serviceFlowType, args); in schedule()
43 public static ServiceFlow createInstance(ServiceFlowType serviceFlowType, Object... args) { in createInstance()
45 import com.android.ondevicepersonalization.services.serviceflow.ServiceFlow;60 public class WebViewFlow implements ServiceFlow<EventOutputParcel> {
48 import com.android.ondevicepersonalization.services.serviceflow.ServiceFlow;66 public class RenderFlow implements ServiceFlow<SurfacePackage> {
53 import com.android.ondevicepersonalization.services.serviceflow.ServiceFlow;76 public class AppRequestFlow implements ServiceFlow<Bundle> {
49 import com.android.ondevicepersonalization.services.serviceflow.ServiceFlow;67 public class WebTriggerFlow implements ServiceFlow<WebTriggerOutputParcel> {
45 import com.android.ondevicepersonalization.services.serviceflow.ServiceFlow;71 public class DownloadFlow implements ServiceFlow<DownloadCompletedOutputParcel> {