Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsConfiguration.java82 private final Byte mPhysicalPort; field in CarUxRestrictionsConfiguration
85 mPhysicalPort = builder.mPhysicalPort; in CarUxRestrictionsConfiguration()
172 return mPhysicalPort; in getPhysicalPort()
239 if (mPhysicalPort == null) { in writeJson()
242 writer.name(JSON_NAME_PHYSICAL_PORT).value((int) mPhysicalPort.byteValue()); in writeJson()
519 return Objects.hash(mPhysicalPort, mMaxStringLength, mMaxCumulativeContentItems, in hashCode()
534 return mPhysicalPort == other.mPhysicalPort in equals()
554 writer.println("Physical display port: " + mPhysicalPort); in dump()
646 mPhysicalPort = nullPhysicalPort ? null : physicalPort; in CarUxRestrictionsConfiguration()
662 boolean nullPhysicalPort = mPhysicalPort == null; in writeToParcel()
[all …]
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java145 final Byte mPhysicalPort; field in CarUxRestrictionsManagerService.RemoteCallbackListCookie
148 mPhysicalPort = physicalPort; in RemoteCallbackListCookie()
874 if (!displayToDispatch.contains(cookie.mPhysicalPort)) { in dispatchRestrictionsToClients()
877 CarUxRestrictions restrictions = displayRestrictions.get(cookie.mPhysicalPort); in dispatchRestrictionsToClients()