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.java280 int zoneId = parsePositiveIntAttribute(ATTR_ZONE_ID, audioZoneIdString); in getZoneId()
308 int occupantZoneId = parsePositiveIntAttribute(ATTR_OCCUPANT_ZONE_ID, occupantZoneIdString); in parseOccupantZoneId()
313 private int parsePositiveIntAttribute(String attribute, String integerString) { in parsePositiveIntAttribute() method in CarAudioZonesHelper