Lines Matching refs:zoneId
154 public int zoneId; field in CarOccupantZoneManager.OccupantZoneInfo
168 public OccupantZoneInfo(int zoneId, @OccupantTypeEnum int occupantType, in OccupantZoneInfo() argument
170 this.zoneId = zoneId; in OccupantZoneInfo()
177 zoneId = in.readInt(); in OccupantZoneInfo()
192 dest.writeInt(zoneId); in writeToParcel()
207 return zoneId == that.zoneId && occupantType == that.occupantType in equals()
215 hash = hash * 17 + zoneId; in hashCode()
238 b.append(zoneId); in toString()
334 int[] displayIds = mService.getAllDisplaysForOccupantZone(occupantZone.zoneId); in getAllDisplaysForOccupant()
365 int displayId = mService.getDisplayForOccupant(occupantZone.zoneId, displayType); in getDisplayForOccupant()
412 return mService.getAudioZoneIdForOccupant(occupantZone.zoneId); in getAudioZoneIdForOccupant()
460 return mService.getUserForOccupant(occupantZone.zoneId); in getUserForOccupant()
486 return mService.assignProfileUserToOccupantZone(occupantZone.zoneId, userId); in assignProfileUserToOccupantZone()