Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java100 private final Integer mPhysicalPort; field in CarUxRestrictionsConfiguration
107 mPhysicalPort = builder.mPhysicalPort; in CarUxRestrictionsConfiguration()
218 return mPhysicalPort; in getPhysicalPort()
355 if (mPhysicalPort == null) { in writeJson()
358 writer.name(JSON_NAME_PHYSICAL_PORT).value((int) mPhysicalPort); in writeJson()
661 return Objects.hash(mPhysicalPort, mOccupantZoneId, mDisplayType, mMaxStringLength, in hashCode()
676 return Objects.equals(mPhysicalPort, other.mPhysicalPort) in equals()
701 writer.println("Physical display port: " + mPhysicalPort); in dump()
797 mPhysicalPort = nullPhysicalPort ? null : physicalPort; in CarUxRestrictionsConfiguration()
815 boolean nullPhysicalPort = mPhysicalPort == null; in writeToParcel()
[all …]