Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/occupantawareness/
DOccupantAwarenessDetection.java116 public @interface VehicleOccupantRole {} annotation in OccupantAwarenessDetection
152 public final @VehicleOccupantRole int role;
172 @VehicleOccupantRole int role, in OccupantAwarenessDetection()
DOccupantAwarenessManager.java24 import android.car.occupantawareness.OccupantAwarenessDetection.VehicleOccupantRole;
98 public @DetectionTypeFlags int getCapabilityForRole(@VehicleOccupantRole int role) { in getCapabilityForRole()
/packages/services/Car/service/src/com/android/car/
DOccupantAwarenessService.java27 import android.car.occupantawareness.OccupantAwarenessDetection.VehicleOccupantRole;
249 public @DetectionTypeFlags int getCapabilityForRole(@VehicleOccupantRole int role) { in getCapabilityForRole()
DOccupantAwarenessUtils.java131 static @OccupantAwarenessDetection.VehicleOccupantRole int convertToRole(int inputRole) { in convertToRole()