Home
last modified time | relevance | path

Searched refs:OP_TRAINING_EXAMPLE (Results 1 – 7 of 7) sorted by relevance

/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/serviceflow/
DServiceFlowType.java22 import static android.adservices.ondevicepersonalization.Constants.OP_TRAINING_EXAMPLE;
55 "ExampleStore", OP_TRAINING_EXAMPLE, Priority.NORMAL,
/packages/modules/OnDevicePersonalization/tests/servicetests/src/com/android/ondevicepersonalization/services/serviceflow/
DServiceFlowTypeTest.java22 import static android.adservices.ondevicepersonalization.Constants.OP_TRAINING_EXAMPLE;
69 .isEqualTo(OP_TRAINING_EXAMPLE); in operationCodeTest()
/packages/modules/OnDevicePersonalization/tests/frameworktests/src/android/adservices/ondevicepersonalization/
DIsolatedServiceTest.java469 mBinder.onRequest(Constants.OP_TRAINING_EXAMPLE, params, new TestServiceCallback()); in testOnTrainingExamples()
487 Constants.OP_TRAINING_EXAMPLE, null, new TestServiceCallback()); in testOnTrainingExampleThrowsIfParamsMissing()
502 mBinder.onRequest(Constants.OP_TRAINING_EXAMPLE, params, new TestServiceCallback()); in testOnTrainingExampleThrowsIfDataAccessServiceMissing()
519 mBinder.onRequest(Constants.OP_TRAINING_EXAMPLE, params, new TestServiceCallback()); in testOnTrainingExampleThrowsIfCallbackMissing()
523 mBinder.onRequest(Constants.OP_TRAINING_EXAMPLE, params, null); in testOnTrainingExampleThrowsIfCallbackMissing()
DIsolatedServiceExceptionSafetyTest.java183 Constants.OP_TRAINING_EXAMPLE, params, new TestServiceCallback()); in testOnTrainingExamples()
/packages/modules/OnDevicePersonalization/framework/java/android/adservices/ondevicepersonalization/
DConstants.java41 public static final int OP_TRAINING_EXAMPLE = 5; field in Constants
DIsolatedService.java244 } else if (operationCode == Constants.OP_TRAINING_EXAMPLE) { in performRequest()
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/federatedcompute/
DOdpExampleStoreService.java285 isolatedServiceInfo, Constants.OP_TRAINING_EXAMPLE, serviceParams); in executeOnTrainingExamples()