Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/vms/
DVmsAvailableLayers.java51 private final Set<VmsAssociatedLayer> mAssociatedLayers; field in VmsAvailableLayers
61 mAssociatedLayers = Collections.unmodifiableSet(associatedLayers); in VmsAvailableLayers()
76 return mAssociatedLayers; in getAssociatedLayers()
84 mAssociatedLayers + in toString()
104 out.writeParcelableList(new ArrayList(mAssociatedLayers), flags); in writeToParcel()
113 return Objects.equals(p.mAssociatedLayers, mAssociatedLayers) && in equals()
127 mAssociatedLayers = Collections.unmodifiableSet(new HashSet(associatedLayers)); in VmsAvailableLayers()