Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/vms/
DVmsSubscriptionState.java57 private @NonNull Set<VmsLayer> mLayers; field in VmsSubscriptionState
65 mLayers = Collections.unmodifiableSet(mLayers); in onConstructed()
70 ParcelHelper.writeArraySet(dest, new ArraySet<>(mLayers)); in parcelLayers()
103 this.mLayers = layers; in VmsSubscriptionState()
105 NonNull.class, null, mLayers); in VmsSubscriptionState()
124 return mLayers; in getLayers()
141 "layers = " + mLayers + ", " + in toString()
159 && Objects.equals(mLayers, that.mLayers) in equals()
170 _hash = 31 * _hash + Objects.hashCode(mLayers); in hashCode()
200 this.mLayers = layers; in VmsSubscriptionState()
[all …]