Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarDrivingStateService.java279 handlePropertyEventLocked(event);
290 void handlePropertyEventLocked(CarPropertyEvent event) { in handlePropertyEventLocked() method in CarDrivingStateService
/aosp12/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DCarUxRestrictionsManagerServiceTest.java518 () -> drivingStateService.handlePropertyEventLocked( in testInitService_NoDeadlockWithCarDrivingStateService()
607 () -> drivingStateService.handlePropertyEventLocked( in testSetUxRChangeBroadcastEnabled_NoDeadlockWithCarDrivingStateService()
/aosp12/packages/services/Car/service/src/com/android/car/evs/
H A DCarEvsService.java226 handlePropertyEventLocked(events.get(events.size() - 1));
1237 private void handlePropertyEventLocked(CarPropertyEvent event) { in handlePropertyEventLocked() method in CarEvsService