Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVmsHalService.java81 private static final int NUM_INTEGERS_IN_VMS_LAYER = 3; field in VmsHalService
632 idx += NUM_INTEGERS_IN_VMS_LAYER; in handleOfferingEvent()
642 idx += NUM_INTEGERS_IN_VMS_LAYER; in handleOfferingEvent()
899 List<Integer> layerValues = message.subList(index, index + NUM_INTEGERS_IN_VMS_LAYER); in parseVmsLayerAtIndex()