Home
last modified time | relevance | path

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

/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/spe/framework/
DAbstractJobService.java28 …static com.android.adservices.shared.spe.framework.ExecutionRuntimeParameters.convertJobParameters;
127 executionFuture = worker.getExecutionFuture(this, convertJobParameters(params)); in onStartJob()
163 FluentFuture.from(worker.getExecutionStopFuture(this, convertJobParameters(params))) in onStopJob()
DExecutionRuntimeParameters.java49 public static ExecutionRuntimeParameters convertJobParameters( in convertJobParameters() method in ExecutionRuntimeParameters
/packages/modules/AdServices/shared/tests/device-side/java/com/android/adservices/shared/spe/framework/
DExecutionRuntimeParametersTest.java67 ExecutionRuntimeParameters.convertJobParameters(mMockParameters) in testConvertJobParameters()