Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/audio/
DCarAudioZonesHelper.java295 int zoneId = parsePositiveIntAttribute(ATTR_ZONE_ID, audioZoneIdString); in getZoneId()
323 int occupantZoneId = parsePositiveIntAttribute(ATTR_OCCUPANT_ZONE_ID, occupantZoneIdString); in parseOccupantZoneId()
328 private int parsePositiveIntAttribute(String attribute, String integerString) { in parsePositiveIntAttribute() method in CarAudioZonesHelper