Home
last modified time | relevance | path

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

/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/serviceflow/
DWebTriggerFlowTest.java114 mSfo.schedule(ServiceFlowType.WEB_TRIGGER_FLOW, getWebTriggerParams(), mContext, in testWebTriggerFlow_GlobalKillswitchOn()
126 mSfo.schedule(ServiceFlowType.WEB_TRIGGER_FLOW, getWebTriggerParams(), mContext, in testWebTriggerFlow_MeasurementControlRevoked()
141 mSfo.schedule(ServiceFlowType.WEB_TRIGGER_FLOW, emptyWebTriggerParams, mContext, in testWebTriggerFlow_EmptyWebTriggerParams()
161 mSfo.schedule(ServiceFlowType.WEB_TRIGGER_FLOW, emptyClassParams, mContext, in testWebTriggerFlow_EmptyDestionalUrl()
181 mSfo.schedule(ServiceFlowType.WEB_TRIGGER_FLOW, invalidCertDigestParams, mContext, in testWebTriggerFlow_InvalidCertDigest()
201 mSfo.schedule(ServiceFlowType.WEB_TRIGGER_FLOW, invalidPackageNameParams, mContext, in testWebTriggerFlow_InvalidClassName()
211 mSfo.schedule(ServiceFlowType.WEB_TRIGGER_FLOW, getWebTriggerParams(), mContext, in testWebTriggerFlow_Success()
DServiceFlowTypeTest.java53 assertThat(ServiceFlowType.WEB_TRIGGER_FLOW.getTaskName()).isEqualTo("WebTrigger"); in taskNameTest()
66 assertThat(ServiceFlowType.WEB_TRIGGER_FLOW.getOperationCode()).isEqualTo(OP_WEB_TRIGGER); in operationCodeTest()
80 assertThat(ServiceFlowType.WEB_TRIGGER_FLOW.getPriority()) in priorityTest()
96 assertThat(ServiceFlowType.WEB_TRIGGER_FLOW.getExecutionTimeout()) in executionTimeoutTest()
DServiceFlowFactoryTest.java93 ServiceFlowType.WEB_TRIGGER_FLOW, getWebTriggerParams(), mContext, in testCreateWebTriggerFlowInstance()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/serviceflow/
DServiceFlowType.java46 WEB_TRIGGER_FLOW( enumConstant
DServiceFlowFactory.java53 case WEB_TRIGGER_FLOW -> in createInstance()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/
DOnDevicePersonalizationManagingServiceDelegate.java180 sSfo.schedule(ServiceFlowType.WEB_TRIGGER_FLOW, in registerMeasurementEvent()