Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DOccupantAwarenessServiceTest.java125 private SystemStatusEvent mSystemStatus; field in OccupantAwarenessServiceTest
151 assertThat(mSystemStatus).isNull(); in testWithNoRegisteredListeners()
163 assertThat(mSystemStatus.detectionType) in testRegisterEventListener_returnsSystemStatusReady()
165 assertThat(mSystemStatus.systemStatus).isEqualTo(SystemStatusEvent.SYSTEM_STATUS_READY); in testRegisterEventListener_returnsSystemStatusReady()
178 assertThat(mSystemStatus.detectionType).isEqualTo(SystemStatusEvent.DETECTION_TYPE_GAZE); in testRegisterEventListener_returnsSystemStatusFailure()
179 assertThat(mSystemStatus.systemStatus) in testRegisterEventListener_returnsSystemStatusFailure()
194 assertThat(mSystemStatus.detectionType) in testRegisterEventListener_returnsSystemStatusNotReady()
196 assertThat(mSystemStatus.systemStatus) in testRegisterEventListener_returnsSystemStatusNotReady()
210 assertThat(mSystemStatus.detectionType).isEqualTo(SystemStatusEvent.DETECTION_TYPE_NONE); in testRegisterEventListener_returnsSystemStatusNotSupported()
211 assertThat(mSystemStatus.systemStatus) in testRegisterEventListener_returnsSystemStatusNotSupported()
[all …]