Searched refs:systemStatus (Results 1 – 10 of 10) sorted by relevance
99 public final @SystemStatus int systemStatus; field in SystemStatusEvent103 systemStatus = status; in SystemStatusEvent()108 systemStatus = SYSTEM_STATUS_NOT_READY; in SystemStatusEvent()120 dest.writeInt(systemStatus); in writeToParcel()128 + systemStatus in toString()146 systemStatus = in.readInt(); in SystemStatusEvent()
116 public abstract void onSystemStateChanged(@NonNull SystemStatusEvent systemStatus); in onSystemStateChanged() argument201 public void onStatusChanged(SystemStatusEvent systemStatus) { in onStatusChanged() argument204 manager.handleSystemStatusChanged(systemStatus); in onStatusChanged()223 private void handleSystemStatusChanged(SystemStatusEvent systemStatus) { in handleSystemStatusChanged() argument226 mEventCallbackHandler.obtainMessage(MSG_HANDLE_SYSTEM_STATUS_CHANGE, systemStatus)); in handleSystemStatusChanged()235 private void dispatchSystemStatusToClient(SystemStatusEvent systemStatus) { in dispatchSystemStatusToClient() argument236 if (systemStatus == null) { in dispatchSystemStatusToClient()242 mChangeCallback.onSystemStateChanged(systemStatus); in dispatchSystemStatusToClient()
111 assertThat(status.systemStatus).isEqualTo(SystemStatusEvent.SYSTEM_STATUS_READY); in testSystemTransitionsToReady()128 public void onSystemStateChanged(SystemStatusEvent systemStatus) { in onSystemStateChanged() argument129 mFutureStatus.complete(systemStatus); in onSystemStateChanged()
47 assertThat(event.systemStatus).isEqualTo(SystemStatusEvent.SYSTEM_STATUS_READY); in testConvertToStatusEvent_returnsSystemStatusReady()56 assertThat(event.systemStatus).isEqualTo(SystemStatusEvent.SYSTEM_STATUS_NOT_SUPPORTED); in testConvertToStatusEvent_returnsSystemStatusNotSupported()65 assertThat(event.systemStatus).isEqualTo(SystemStatusEvent.SYSTEM_STATUS_NOT_READY); in testConvertToStatusEvent_returnsSystemStatusNotReady()74 assertThat(event.systemStatus).isEqualTo(SystemStatusEvent.SYSTEM_STATUS_SYSTEM_FAILURE); in testConvertToStatusEvent_returnsSystemStatusSystemFailure()83 assertThat(event.systemStatus).isEqualTo(SystemStatusEvent.SYSTEM_STATUS_NOT_READY); in testConvertToStatusEvent_returnsSystemStatusNotReadyWithInvalidAwarenessStatus()
165 assertThat(mSystemStatus.systemStatus).isEqualTo(SystemStatusEvent.SYSTEM_STATUS_READY); in testRegisterEventListener_returnsSystemStatusReady()179 assertThat(mSystemStatus.systemStatus) in testRegisterEventListener_returnsSystemStatusFailure()196 assertThat(mSystemStatus.systemStatus) in testRegisterEventListener_returnsSystemStatusNotReady()211 assertThat(mSystemStatus.systemStatus) in testRegisterEventListener_returnsSystemStatusNotSupported()
487 android.car.occupantawareness SystemStatusEvent int systemStatus
595 android.car.occupantawareness SystemStatusEvent int systemStatus
541 android.car.occupantawareness SystemStatusEvent int systemStatus
63 field TIRAMISU_0 int systemStatus;96 method TIRAMISU_0 void onSystemStateChanged(SystemStatusEvent systemStatus);