Home
last modified time | relevance | path

Searched refs:LAYER_VERSION (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DVmsHalServiceTest.java76 private static final int LAYER_VERSION = 3; field in VmsHalServiceTest
77 private static final VmsLayer LAYER = new VmsLayer(LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION);
219 LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION, // VmsLayer in testHandleDataEvent()
241 LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION // VmsLayer in testHandleSubscribeEvent()
262 LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION, // VmsLayer in testHandleSubscribeToPublisherEvent()
284 LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION // VmsLayer in testHandleUnsubscribeEvent()
305 LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION, // VmsLayer in testHandleUnsubscribeFromPublisherEvent()
418 LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION, in testHandleOfferingEvent_LayerOnly()
436 LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION, // Layer in testHandleOfferingEvent_LayerAndDependency()
457 LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION, // Layer in testHandleOfferingEvent_MultipleLayersAndDependencies()
[all …]
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DVmsLayerTest.java36 private static final int LAYER_VERSION = 34; field in VmsLayerTest
46 LAYER_VERSION); in testLayerParcel()
60 LAYER_VERSION); in testLayerEquality()
66 LAYER_VERSION); in testLayerEquality()
79 LAYER_VERSION); in testVerifyNonEqual()
85 LAYER_VERSION); in testVerifyNonEqual()
DVmsAssociatedLayerTest.java38 private static final int LAYER_VERSION = 34; field in VmsAssociatedLayerTest
49 LAYER_VERSION);
54 LAYER_VERSION);
DVmsLayerDependencyTest.java38 private static final int LAYER_VERSION = 134; field in VmsLayerDependencyTest
50 LAYER_VERSION);
55 LAYER_VERSION);
DVmsAvailableLayersTest.java39 private static final int LAYER_VERSION = 34; field in VmsAvailableLayersTest
50 LAYER_VERSION);
55 LAYER_VERSION);
DVmsSubscriptionStateTest.java38 private static final int LAYER_VERSION = 34; field in VmsSubscriptionStateTest
52 LAYER_VERSION);
57 LAYER_VERSION);
DVmsLayersOfferingTest.java41 private static final int LAYER_VERSION = 134; field in VmsLayersOfferingTest
54 LAYER_VERSION);
/packages/services/Car/tests/carservice_test/src/com/android/car/
DVmsPublisherClientServiceTest.java69 VmsMessageWithLayerIntegerValuesIndex.LAYER_VERSION); in testPublish()