Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/audio/
H A DCarAudioZonesHelper.java308 int zoneId = parsePositiveIntAttribute(ATTR_ZONE_ID, audioZoneIdString); in getZoneId()
336 int occupantZoneId = parsePositiveIntAttribute(ATTR_OCCUPANT_ZONE_ID, occupantZoneIdString); in parseOccupantZoneId()
341 private int parsePositiveIntAttribute(String attribute, String integerString) { in parsePositiveIntAttribute() method in CarAudioZonesHelper