Lines Matching refs:zoneId
137 public int zoneId; field in CarOccupantZoneManager.OccupantZoneInfo
149 public OccupantZoneInfo(int zoneId, @OccupantTypeEnum int occupantType, in OccupantZoneInfo() argument
151 this.zoneId = zoneId; in OccupantZoneInfo()
158 zoneId = in.readInt(); in OccupantZoneInfo()
170 dest.writeInt(zoneId); in writeToParcel()
184 return zoneId == that.zoneId && occupantType == that.occupantType in equals()
191 hash = hash * 17 + zoneId; in hashCode()
212 b.append(zoneId); in toString()
302 int[] displayIds = mService.getAllDisplaysForOccupantZone(occupantZone.zoneId); in getAllDisplaysForOccupant()
332 int displayId = mService.getDisplayForOccupant(occupantZone.zoneId, displayType); in getDisplayForOccupant()
377 return mService.getAudioZoneIdForOccupant(occupantZone.zoneId); in getAudioZoneIdForOccupant()
422 return mService.getUserForOccupant(occupantZone.zoneId); in getUserForOccupant()
447 return mService.assignProfileUserToOccupantZone(occupantZone.zoneId, userId); in assignProfileUserToOccupantZone()