Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsConfigurationXmlParser.java309 getCurrentBuilder().setPhysicalPort(port); in mapDrivingStateToRestrictions()
317 getCurrentBuilder().setOccupantZoneId(zoneId); in mapDrivingStateToRestrictions()
326 getCurrentBuilder().setDisplayType(displayType); in mapDrivingStateToRestrictions()
424 getCurrentBuilder().setUxRestrictions(drivingState, restriction); in parseAllRestrictions()
586 private CarUxRestrictionsConfiguration.Builder getCurrentBuilder() { in getCurrentBuilder() method in CarUxRestrictionsConfigurationXmlParser