Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarOccupantZoneService.java1209 private void throwFormatErrorInOccupantZones(String msg) { in throwFormatErrorInOccupantZones() method in CarOccupantZoneService
1243 throwFormatErrorInOccupantZones("No key/value pair:" + entry); in parseOccupantZoneConfigsLocked()
1261 throwFormatErrorInOccupantZones("Unrecognized type:" + entry); in parseOccupantZoneConfigsLocked()
1286 throwFormatErrorInOccupantZones("Unrecognized seatSide:" + entry); in parseOccupantZoneConfigsLocked()
1291 throwFormatErrorInOccupantZones("Unrecognized key:" + entry); in parseOccupantZoneConfigsLocked()
1296 throwFormatErrorInOccupantZones("Missing zone id:" + config); in parseOccupantZoneConfigsLocked()
1302 throwFormatErrorInOccupantZones("Missing type:" + config); in parseOccupantZoneConfigsLocked()
1306 throwFormatErrorInOccupantZones("Multiple driver:" + config); in parseOccupantZoneConfigsLocked()
1314 throwFormatErrorInOccupantZones("Invalid seat:" + config); in parseOccupantZoneConfigsLocked()
1318 throwFormatErrorInOccupantZones("Duplicate zone id:" + config); in parseOccupantZoneConfigsLocked()