Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java187 setAccessPointTethering(res.getBoolean(R.bool.config_projectionAccessPointTethering)); in CarProjectionService()
868 void setAccessPointTethering(boolean tetherEnabled) { in setAccessPointTethering() method in CarProjectionService
DCarShellCommand.java552 mCarProjectionService.setAccessPointTethering(Boolean.valueOf(args[1])); in exec()