Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/vms/
H A DVmsLayerAvailability.java54 private Set<VmsAssociatedLayer> mAvailableAssociatedLayers = Collections.emptySet(); field in VmsLayerAvailability
89 return new VmsAvailableLayers(mAvailableAssociatedLayers, mSeq); in getAvailableLayers()
97 mAvailableAssociatedLayers = Collections.emptySet(); in reset()
113 mAvailableAssociatedLayers = Collections.unmodifiableSet( in calculateLayers()