Home
last modified time | relevance | path

Searched defs:LAYER (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/stats/
H A DCarStatsServiceTest.java50 private static final VmsLayer LAYER = new VmsLayer(1, 2, 3); field in CarStatsServiceTest
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVmsHalServiceTest.java74 private static final VmsLayer LAYER = new VmsLayer(LAYER_TYPE, LAYER_SUBTYPE, LAYER_VERSION); field in VmsHalServiceTest