Searched refs:detectionType (Results 1 – 8 of 8) sorted by relevance
100 public final @DetectionTypeFlags int detectionType; field in SystemStatusEvent104 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()
92 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()
163 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()
488 android.car.occupantawareness SystemStatusEvent int detectionType
594 android.car.occupantawareness SystemStatusEvent int detectionType
542 android.car.occupantawareness SystemStatusEvent int detectionType
64 field TIRAMISU_0 int detectionType;