Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java102 private final int mOccupantZoneId; field in CarUxRestrictionsConfiguration
108 mOccupantZoneId = builder.mOccupantZoneId; in CarUxRestrictionsConfiguration()
239 return mOccupantZoneId; in getOccupantZoneId()
360 if (mOccupantZoneId == OccupantZoneInfo.INVALID_ZONE_ID) { in writeJson()
363 writer.name(JSON_NAME_OCCUPANT_ZONE_ID).value(mOccupantZoneId); in writeJson()
661 return Objects.hash(mPhysicalPort, mOccupantZoneId, mDisplayType, mMaxStringLength, in hashCode()
677 && mOccupantZoneId == other.mOccupantZoneId in equals()
702 writer.println("Occupant zone id of the display: " + mOccupantZoneId); in dump()
798 mOccupantZoneId = in.readInt(); in CarUxRestrictionsConfiguration()
820 dest.writeInt(mOccupantZoneId); in writeToParcel()
[all …]