Searched refs:mPhysicalPort (Results 1 – 2 of 2) sorted by relevance
82 private final Byte mPhysicalPort; field in CarUxRestrictionsConfiguration85 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 …]
145 final Byte mPhysicalPort; field in CarUxRestrictionsManagerService.RemoteCallbackListCookie148 mPhysicalPort = physicalPort; in RemoteCallbackListCookie()874 if (!displayToDispatch.contains(cookie.mPhysicalPort)) { in dispatchRestrictionsToClients()877 CarUxRestrictions restrictions = displayRestrictions.get(cookie.mPhysicalPort); in dispatchRestrictionsToClients()