Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarProjectionServiceTest.java221 mService.setAccessPointTethering(false); in startProjectionLohs()
662 mService.setAccessPointTethering(true); in startProjectionTethering()
/packages/services/Car/service/src/com/android/car/
DCarProjectionService.java209 setAccessPointTethering(res.getBoolean(R.bool.config_projectionAccessPointTethering)); in CarProjectionService()
983 void setAccessPointTethering(boolean tetherEnabled) { in setAccessPointTethering() method in CarProjectionService
DCarShellCommand.java1288 mCarProjectionService.setAccessPointTethering(Boolean.parseBoolean(args[1])); in exec()