Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/occupantawareness/
DSystemStatusEvent.java100 public final @DetectionTypeFlags int detectionType; field in SystemStatusEvent
104 detectionType = type; in SystemStatusEvent()
109 detectionType = DETECTION_TYPE_NONE; in SystemStatusEvent()
121 dest.writeInt(detectionType); in writeToParcel()
130 + detectionType in toString()
147 detectionType = in.readInt(); in SystemStatusEvent()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DOccupantAwarenessUtilsTest.java92 assertThat(event.detectionType).isEqualTo(SystemStatusEvent.DETECTION_TYPE_NONE); in testConvertToStatusEvent_returnsDetectionTypeNone()
101 assertThat(event.detectionType).isEqualTo(SystemStatusEvent.DETECTION_TYPE_PRESENCE); in testConvertToStatusEvent_returnsDetectionTypePresence()
110 assertThat(event.detectionType).isEqualTo(SystemStatusEvent.DETECTION_TYPE_GAZE); in testConvertToStatusEvent_returnsDetectionTypeGaze()
119 assertThat(event.detectionType) in testConvertToStatusEvent_returnsDetectionTypeMonitoring()
128 assertThat(event.detectionType).isEqualTo(SystemStatusEvent.DETECTION_TYPE_NONE); in testConvertToStatusEvent_returnsDetectionTypeNoneWithInvalidIOccupantAwareness()
DOccupantAwarenessServiceTest.java163 assertThat(mSystemStatus.detectionType) in testRegisterEventListener_returnsSystemStatusReady()
178 assertThat(mSystemStatus.detectionType).isEqualTo(SystemStatusEvent.DETECTION_TYPE_GAZE); in testRegisterEventListener_returnsSystemStatusFailure()
194 assertThat(mSystemStatus.detectionType) in testRegisterEventListener_returnsSystemStatusNotReady()
210 assertThat(mSystemStatus.detectionType).isEqualTo(SystemStatusEvent.DETECTION_TYPE_NONE); in testRegisterEventListener_returnsSystemStatusNotSupported()
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt488 android.car.occupantawareness SystemStatusEvent int detectionType
Dcar_hidden_apis_release_33.1.txt488 android.car.occupantawareness SystemStatusEvent int detectionType
Dcar_hidden_apis.txt594 android.car.occupantawareness SystemStatusEvent int detectionType
Dcar_hidden_apis_release_33.3.txt542 android.car.occupantawareness SystemStatusEvent int detectionType
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt64 field TIRAMISU_0 int detectionType;