Searched refs:LAYER_VERSION (Results 1 – 8 of 8) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | VmsHalServiceTest.java | 76 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/ |
D | VmsLayerTest.java | 36 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()
|
D | VmsAssociatedLayerTest.java | 38 private static final int LAYER_VERSION = 34; field in VmsAssociatedLayerTest 49 LAYER_VERSION); 54 LAYER_VERSION);
|
D | VmsLayerDependencyTest.java | 38 private static final int LAYER_VERSION = 134; field in VmsLayerDependencyTest 50 LAYER_VERSION); 55 LAYER_VERSION);
|
D | VmsAvailableLayersTest.java | 39 private static final int LAYER_VERSION = 34; field in VmsAvailableLayersTest 50 LAYER_VERSION); 55 LAYER_VERSION);
|
D | VmsSubscriptionStateTest.java | 38 private static final int LAYER_VERSION = 34; field in VmsSubscriptionStateTest 52 LAYER_VERSION); 57 LAYER_VERSION);
|
D | VmsLayersOfferingTest.java | 41 private static final int LAYER_VERSION = 134; field in VmsLayersOfferingTest 54 LAYER_VERSION);
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | VmsPublisherClientServiceTest.java | 69 VmsMessageWithLayerIntegerValuesIndex.LAYER_VERSION); in testPublish()
|